log modules/json.tp @ 271:bb4723fec05e

age author description
Sat, 19 Jul 2014 19:59:51 -0700 Michael Pavone Support for encoding objects, dictionaries, lists and arrays to JSON in json module
Sun, 11 Aug 2013 04:03:08 -0700 Mike Pavone Handle floating point numbers in JSON parser
Sun, 11 Aug 2013 03:01:05 -0700 Mike Pavone Fix some JSON parser bugs
Sun, 11 Aug 2013 02:31:33 -0700 Mike Pavone Handle newlines and carriage returns in JSON decoder
Sun, 11 Aug 2013 00:58:50 -0700 Mike Pavone Add support for parsing true and false to JSON parser
Sat, 10 Aug 2013 11:51:47 -0700 Mike Pavone Add JSON parser and sample