JSON-SIMD-1.02
JSON serialising/deserialising, done correctly and faster
Changes for 1.02
- update repository and issue tracker?
- split old changes into separate file
JSON-SIMD-1.01
JSON serialising/deserialising, done correctly and faster
Changes for 1.01
- do not segfault when from_json/decode gets passed a non-string object (reported by Florian Ragwitz). This has no effect on normal operation.
JSON-SIMD-1.00
JSON serialising/deserialising, done correctly and faster
Changes for 1.0
- the long awaited (by me) 1.0 version.
- add \0 (JSON::XS::false) and \1 (JSON::XS::true) mappings to JSON true and false.
- add some more notes to shrink, as suggested by Alex Efros.
- improve testsuite.
- halve the default nesting depth limit, to hopefully make it work on Freebsd (unfortunately, the cpan tester did not send me his report, so I cannot ask about the stack limit on fbsd).