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 17:34:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ecb4aa9aaa7344fe03a5e253fe19d0ca6abedd3
Odin
/
core
/
encoding
/
json
History
gingerBill
3dec55f009
Replace
x in &y
Use
&v in y
syntax through core & vendor for
switch
/
for
statements
2023-06-26 15:42:57 +01:00
..
marshal.odin
fix
#2550
json encoding should use surrogate pairs per RFC7159
2023-05-22 17:22:33 +02:00
parser.odin
fix
#2550
json encoding should use surrogate pairs per RFC7159
2023-05-22 17:22:33 +02: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
Typo
2023-03-25 07:37:43 +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