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-08-02 03:09:26 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fae15847a35d5ae889dbfa65bb7274b2918f97e4
Odin
/
core
/
encoding
/
json
History
A1029384756
45a79f96f0
[encoding/json] add support for unmarshalling fixed capacity dynamic arrays
2026-05-21 11:48:25 -04:00
..
marshal.odin
Add
Type_Info_Fixed_Capacity_Dynamic_Array
to
json
2026-03-11 18:43:01 +00:00
parser.odin
Handle invalid utf8 when parsing json
2026-05-10 16:23:26 +10:00
tokenizer.odin
…
types.odin
…
unmarshal.odin
[encoding/json] add support for unmarshalling fixed capacity dynamic arrays
2026-05-21 11:48:25 -04:00
validator.odin
…