Release Name: 0.4.3
Notes:
This release fixes some bugs, and tries to conform more to RFC4627, also see Change Log.
Changes:
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!
|