]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perlmods/JSON.pm
using an O(log n) [n=JSON elements] algo instead of the (worst case) O(2n**2) algo...
[OpenSRF.git] / src / perlmods / JSON.pm
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