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-30 09:54:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
942e91f94c47fc6057da06f4aa320f9a150adfe1
Odin
/
core
/
encoding
/
json
History
Karl Zylinski
942e91f94c
Added temp allocator guard to json.marshal, in case we temp alloc when sorting map kesy
2023-11-01 00:46:01 +01:00
..
marshal.odin
Added temp allocator guard to json.marshal, in case we temp alloc when sorting map kesy
2023-11-01 00:46:01 +01: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
JSON: Option to sort marshaled maps before outputting. Also added a json.clone_value proc
2023-11-01 00:23:17 +01:00
unmarshal.odin
Replace
x in &y
Use
&v in y
syntax through core & vendor for
switch
/
for
statements
2023-06-26 15:42:57 +01:00
validator.odin
Improve MJSON handling
2021-09-28 15:01:11 +01:00