branchrust_reboot/main/optimize_json_garbagecancel

8 Commits over 62 Days - 0.01cph!

3 Days Ago
Use AddRange() to add converters instead of foreach and Add() per converter
3 Days Ago
Fix Hash128 and LayerMask incorrect parsing from breaking the rest of the document
3 Days Ago
Add tests to prove that the code doesn't allocate (not just that it works)
3 Days Ago
Fix so ints can read float values again (that's the way it used to work before)
3 Days Ago
merge from main -> optimize_json_garbage
29 Days Ago
merge from main -> optimize_json_garbage
2 Months Ago
Switch Newtonsoft test to use Unity's test framework
2 Months Ago
Rewrite Newtonsoft JSON converts to not use JSON.LINQ (which is what they did in Newtonsoft 8.0.0) - tests pass