The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension JSON.

0.991 Fri Sep  2 11:48:03 2005
	- added 'query' optinos and 'paramName' for JSONRPC::Transport::HTTP::CGI
	  (thanks to Rusty Phillips <rphillips[at]edats.com> suggestion)
	- added MAX_CONTENT_LENGTH for JSONRPC::Transport::HTTP::CGI.
	- added TODO
	  (Rusty Phillips <rphillips[at]edats.com> suggestion)
	  (Felipe Gasper <gasperfm[at]uc.edu> suggestion)
	- added t/rpc02-query.t

0.99  Sat Jul 23 20:04:24 2005
	- added pretty-print function.
	  (thanks to David Wheeler <david[at]kineticode.com>)
	- made coderef execution optinal.
	  (thanks to Tatsuhiko Miyagawa <miyagawa[at]bulknews.net> suggestion)
	- now does not escape for '/'.
	- added many informations to pod.

0.981 Tue Jul 19 10:28:45 2005
	- fixed a terrible bug of handling octal and hexadecimal formats.
	  (thanks to Adam Sussman <adam.sussman[at]ticketmaster.com>)

0.98  Mon Jul 18 09:34:16 2005
	- fixed typo in JSON::Converter
	  (thanks to Tatsuhiko Miyagawa <miyagawa[at]bulknews.net>)
	- now objToJson( { foo => sub { "bar" } } ) returns {"foo":"bar"}
	- now JSON::Parser can handle the octal and hexadecimal formats as number.
	  (thanks to Adam Sussman <adam.sussman[at]ticketmaster.com>)

0.97  Fri Jun 17 11:06:23 2005
	- fixed escaped character handling in JSON::Parser.
	  (thanks to Jeremy Muhlich <jmuhlich[at]bitflood.org>)

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 <dalgoda[at]ix.netcom.com>)
	- 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