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