Revision history for Perl extension JSON. 0.981 Tue Jul 19 10:28:45 2005 - fixed a terrible bug of handling octal and hexadecimal formats. (thanks to Adam Sussman ) 0.98 Mon Jul 18 09:34:16 2005 - fixed typo in JSON::Converter (thanks to Tatsuhiko Miyagawa ) - now objToJson( { foo => sub { "bar" } } ) returns {"foo":"bar"} - now JSON::Parser can handle the octal and hexadecimal formats as number. (thanks to Adam Sussman ) 0.97 Fri Jun 17 11:06:23 2005 - fixed escaped character handling in JSON::Parser. (thanks to Jeremy Muhlich ) 0.96 Fri May 20 17:17:37 2005 - fixed pod docs (thanks to SHIMADA). - added charset optoin in JSONRPC. 0.95 Thu May 19 06:26:25 2005 - now JSON::Parser is ten times as fast as before. 0.94 Thu May 19 06:26:25 2005 - added '\u' handling (JSON::Parser, JSON::Converter) 0.93 Fri May 13 13:15:26 2005 - now JSON::Parser dosen't require Parse::RecDescent! - modified JSON::Converter's quotemeta handling (thanks to SHIMADA). - fixed pod docs. - added t/05-esc.t 0.92 Wed May 11 16:13:19 2005 - modified directory arrange in this distribution. (thanks to Mike Castle ) - added doc JSONRPC::Transport::HTTP requires CGI >= 2.92. (thanks to SHIMADA) - fixed some bugs about AUTOCONVERT function. 0.91 Wed Apr 13 16:27:49 2005 - added some tests - added JSONRPC, JSONRPC::Transport::HTTP 0.09 Sat Apr 9 15:27:47 2005 - original version; created by h2xs 1.22 with options -XA -b 5.5.3 -n JSON