Commit graph

4 commits

Author SHA1 Message Date
David Brownlee
c63985c40c Apply fix to avoid problems with mis-parsing numbers as octal.
Sent to author on 19 Apr but no response since.
Update p5-JSON to 1.05nb1
- not committed at same time as Makefile as sourceforge gave me a
'permission denied' when I tried. Most odd.
2006-06-01 09:55:51 +00:00
David Brownlee
e9b74694f8 Apply fix to avoid problems with mis-parsing numbers as octal.
Sent to author on 19 Apr but no response since.
Update p5-JSON to 1.05nb1
2006-05-31 17:48:37 +00:00
Hiramatsu Yoshifumi
645d02e38e Updated to 1.05.
1.05  Tue Feb 21 11:37:00 2006
        - fixed the problem of calling utf8::encode in less than Perl 5.8
           (rt#17755)
        - added doc related to SingleQuote option

1.04  Thu Feb 16 17:29:57 2006
        - can handle exponential digit.
        - added 'parse_json' and 'to_json' as the alias to 'jsonToObj' and 'objToJson'
        - added UTF8 option
        - fixed a bug when calling _getParamsForParser in jsonToObj()
        - added 'SingleQuote' option
2006-03-08 05:12:48 +00:00
OBATA Akio
f6446508df This module converts between JSON (JavaScript Object Notation) and Perl
data structure into each other.
For JSON, See to http://www.JSON.org/.

  JSON-RPC http://json-rpc.org/
2006-02-15 09:12:04 +00:00