This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2025-12-29 01:14:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5f49b8997a495effd273fc90e1ae1fdf14c5000e
Odin
/
core
/
encoding
/
json
History
Kay
5f49b8997a
remove return statement from case Type_Info_Enumerated_Array, as it causes early exit in JSON unmarshalling.
2024-02-12 01:45:11 -06:00
..
marshal.odin
Replace
core:*
to
base:*
where appropriate
2024-01-28 22:18:51 +00:00
parser.odin
cleanup: remove unused import
2023-10-02 15:21:09 +03:00
tokenizer.odin
Fix for skip_alphanum in JSON tokenizer not checking if first character is non-alphanum. This broke any single-character key when using SJSON specification in combination with not using quoted strings.
2023-04-05 22:37:05 +02:00
types.odin
Cleanup of json.clone_value
2023-11-01 00:57:27 +01:00
unmarshal.odin
remove return statement from case Type_Info_Enumerated_Array, as it causes early exit in JSON unmarshalling.
2024-02-12 01:45:11 -06:00
validator.odin
Improve MJSON handling
2021-09-28 15:01:11 +01:00