]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perlmods/JSON.pm
magically handle any class in JSON. no need to register class hints anymore!
[OpenSRF.git] / src / perlmods / JSON.pm
2005-03-10 mikermagically handle any class in JSON. no need to registe...
2005-03-08 mikeroops... left a "warn" in there.
2005-03-08 mikerremoving C++ comments, cause they hate me
2005-03-08 mikerYAY! Unicode works now!
2005-03-07 mikerremoving computed regexes and commenting out unused...
2005-03-07 mikerusing old regex method + default class
2005-03-07 mikerfix for JSON regexes
2005-03-07 mikerfix for JSON::object_unknown
2005-03-07 mikerfixing JSON bug with top level non-casted hashrefs
2005-03-07 mikerfixed minor bug in the class casting regex; added class...
2005-03-07 mikerusing an O(log n) [n=JSON elements] algo instead of...
2005-03-03 mikerfixed numeric opperators
2005-02-18 mikerfixing to allow empty strings, and must be called as...
2005-02-16 mikerremoveing C++ style quote support
2005-02-04 phasefxInitial revision