--- JSON-XS/Changes 2007/03/25 02:32:40 1.20 +++ JSON-XS/Changes 2007/03/25 21:19:13 1.21 @@ -1,12 +1,14 @@ Revision history for Perl extension JSON::XS -TODO: allow a configurable recursion limit and/or or other forms of resource limiting (string size, memory usage...) TODO: maybe simply use \0 and \1 as true/false when encoding (and overloaded/blessed versions thereof on decoding?) + - fix a memleak when decoding hashes. - export jsonToBj and objToJson as aliases to to_json and from_json, to reduce incompatibilities between JSON/JSON::PC and JSON::XS. (experimental). + - implement a maximum nesting depth for both en- and de-coding. + - added a security considerations sections. 0.7 Sun Mar 25 01:46:30 CET 2007 - code cleanup.