hxJSON
History
-
2007-09-17 18:43:520.57- two hacks to get list processing working correctly - first, the encoder needs to check for List before it checks for Object - second for transparent handling of spod objects, if the encoder finds an __cache__ then that becomes the object, it doesn't encode __cache__
-
2007-08-25 19:28:420.56- patch from Blaize Rhodes for encoding a list - patch from Asger Ottar Alstrup for sorting fields and reducing bloat. - Patches as diffs would be good, also add tests to the TestAll.hx. - Thanks!
-
2007-08-01 13:17:000.55- update for flash 9 compile issue - there is wierdness still with flash 9 numeric keys, it can't seem to find them, seems to be a haxe flash9 issue, as the tests pass 100% in neko. - thanks to Blaize Rhodes for suggestions. - thanks to Brent Pederson for testing
-
2007-07-29 17:39:020.54- removed the .bzr SCM info
-
2007-07-29 17:35:430.53- bad bug in encoder, still had unessary breaks in the switch statement so escaping wasn't working properly - escaping now using a stringbuf
-
2007-06-23 21:47:460.52change license to bsd
-
2007-06-23 19:41:000.51package it so it can be used from haxelib transparently
-
2007-06-15 19:26:570.5give it a good test first :)