Sha256: 06998a02029848947ca7cc114c3ed18ad61e72e34952733d7f12a5adbaea45fc
Contents?: true
Size: 1.41 KB
Versions: 2
Compression:
Stored size: 1.41 KB
Contents
2007-03-24 (1.0.2) * Ext Parser didn't parse 0e0 correctly into 0.0: Fixed! 2007-03-24 (1.0.1) * Forgot some object files in the build dir. I really like that- not! 2007-03-24 (1.0.0) * Added C implementations for the JSON generator and a ragel based JSON parser in C. * Much more tests, especially fixtures from json.org. * Further improved conformance to RFC4627. 2007-02-09 (0.4.3) * Conform more to RFC4627 for JSON: This means JSON strings now always must contain exactly one object "{ ... }" or array "[ ... ]" in order to be parsed without raising an exception. The definition of what constitutes a whitespace is narrower in JSON than in Ruby ([ \t\r\n]), and there are differences in floats and integers (no octals or hexadecimals) as well. * Added aliases generate and pretty_generate of unparse and pretty_unparse. * Fixed a test case. * Catch an Іconv::InvalidEncoding exception, that seems to occur on some Sun boxes with SunOS 5.8, if iconv doesn't support utf16 conversions. This was reported by Andrew R Jackson <andrewj@bcm.tmc.edu>, thanks a bunch! 2006-08-25 (0.4.2) * Fixed a bug in handling solidi (/-characters), that was reported by Kevin Gilpin <kevin.gilpin@alum.mit.edu>. 2006-02-06 (0.4.1) * Fixed a bug related to escaping with backslashes. Thanks for the report go to Florian Munz <surf@theflow.de>. 2005-09-23 (0.4.0) * Initial Rubyforge Version
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
json-1.0.2 | CHANGES |
json_pure-1.0.2 | CHANGES |