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
2026-06-09 11:58:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
88e1b93786f5c57d07882f16301ff120e9f3cf27
Odin
/
core
/
encoding
/
json
History
Kevin Watters
88e1b93786
Fix som JSON parsing bugs.
...
- Single digit integer keys `{"a": 5}` ` Negative float keys `{"b": -42.0}`
2019-04-06 09:24:53 -04:00
..
marshal.odin
Fix slicing issue; Change path of math/bits in package json
#363
2019-03-30 10:17:31 +00: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:24:53 -04:00
types.odin
Update
package json
parser to store the end position on the values
2019-01-14 15:51:52 +00:00
validator.odin
Make encoding/json use []byte rather than string
2019-01-07 23:08:38 +00:00