log modules/json.tp @ 347:ff7ea11b4b60

age author description
Sat, 28 Mar 2015 13:26:03 -0700 Michael Pavone Use a smarter algorithm for calculating module init order and break some circular module dependencies in the standard library
Tue, 22 Jul 2014 18:31:31 -0700 Michael Pavone Finish support for floating point numbers in C backend
Sat, 19 Jul 2014 20:18:34 -0700 Michael Pavone Added support for encoding integers and booleans as JSON
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