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
fe0b5bf4e27912c49f6c5eab817cbf514b0b22e4
Odin
/
core
/
encoding
/
json
History
gingerBill
f0529535e0
ODIN_ENDIAN
changed to an enum constant;
ODIN_ENUM_STRING
is the new string version of the old constant
2022-01-15 17:53:18 +00:00
..
marshal.odin
ODIN_ENDIAN
changed to an enum constant;
ODIN_ENUM_STRING
is the new string version of the old constant
2022-01-15 17:53:18 +00:00
parser.odin
Add json encoding test + fix enum not being set on success.
2021-11-07 14:35:52 +01:00
tokenizer.odin
Improve
json.marshal
error handling for
io.Writer
; Add docs for the different JSON specifications
2021-09-29 13:06:03 +01:00
types.odin
Add alias for
MJSON
as
Bitsquid
2021-10-02 14:04:41 +01:00
unmarshal.odin
Fix 'unmarsal' typo
2021-12-05 19:04:14 -08:00
validator.odin
Improve MJSON handling
2021-09-28 15:01:11 +01:00