]> git.evergreen-ils.org Git - working/Evergreen.git/history - OpenSRF/src/perlmods/JSON.pm
ooops... octal ;)
[working/Evergreen.git] / OpenSRF / src / perlmods / JSON.pm
2005-08-04 mikerooops... octal ;)
2005-07-29 mikerfixing number bug in JSON
2005-07-28 mikerpassing numbers as bare strings
2005-07-15 ericksonmoved back to nulls
2005-07-15 mikerremove extranious "null"s from JSON
2005-06-08 ericksonremoved number overloads
2005-03-16 mikerfix for embeded $
2005-03-14 mikernot escaping "/" characters
2005-03-12 ericksonadded == to number
2005-03-12 mikerworking regex!
2005-03-11 mikerfixing xml quoting issues
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