This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-06-03 13:59:48 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b2b8b14955e680543fecbbf397fc949b1ce121cf
Odin
/
core
/
encoding
/
json
History
blob1807
b2b8b14955
Add better support for Enums in json
...
Can now output enum value's name instead of its underlineing value
2024-02-21 11:07:03 +10:00
..
marshal.odin
Add better support for Enums in json
2024-02-21 11:07:03 +10:00
parser.odin
cleanup: remove unused import
2023-10-02 15:21:09 +03:00
tokenizer.odin
…
types.odin
Cleanup of json.clone_value
2023-11-01 00:57:27 +01:00
unmarshal.odin
remove return statement from case Type_Info_Enumerated_Array, as it causes early exit in JSON unmarshalling.
2024-02-12 01:45:11 -06:00
validator.odin
…