v2.10.0
What's Changed
strict: truenow accept symbols as values. Previously they'd only be accepted as hash keys.- The C extension Parser has been entirely reimplemented from scratch.
- Introduced
JSON::Coderas a new API allowing to customize how non native types are serialized in a non-global way. - Introduced
JSON::Fragmentto allow assembling cached fragments in a safe way. - The Java implementation of the generator received many optimizations.
Full Changelog: v2.9.1...v2.10.0