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 09:24:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab0afa548b40ea3c0be6ebcbe1571cd6c3569021
Odin
/
core
/
encoding
/
json
History
Kevin Watters
62f5eb5bca
Fix som JSON parsing bugs.
...
- Single digit integer keys `{"a": 5}` ` Negative float keys `{"b": -42.0}`
2019-04-06 09:19:09 -04:00
..
marshal.odin
Fix some -vet warnings; change import to core:math/bits
2019-03-25 09:23:46 -04:00
parser.odin
Fix typo in json/parser.odin
2019-01-14 20:44:27 +00:00
tokenizer.odin
Fix som JSON parsing bugs.
2019-04-06 09:19:09 -04:00
types.odin
Fix some -vet warnings; change import to core:math/bits
2019-03-25 09:23:46 -04:00
validator.odin
Make encoding/json use []byte rather than string
2019-01-07 23:08:38 +00:00