lib.haxe.org

hxJSON

JSON encoding and decoding
Version
0.57
Owner
blackdog
License
BSD

History

  • 2007-09-17 18:43:52
    0.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:42
    0.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:00
    0.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:02
    0.54
    - removed the .bzr SCM info
  • 2007-07-29 17:35:43
    0.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:46
    0.52
    change license to bsd
  • 2007-06-23 19:41:00
    0.51
    package it so it can be used from haxelib transparently
  • 2007-06-15 19:26:57
    0.5
    give it a good test first :)