log modules/json.tp @ 377:93c28eee141e default tip

age author description
Sun, 09 Aug 2015 18:07:23 -0700 Michael Pavone Use dict hash instead of dict linear in JSON parser. Implement basic string escapes in JSON parser.
Fri, 07 Aug 2015 21:40:08 -0700 Michael Pavone Fix JSON decoder to align with language changes
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