A JSON implementation as a Ruby extension

Edit Package rubygem-json
http://flori.github.com/json

This is a implementation of the JSON specification according to RFC 4627. You
can think of it as a low fat alternative to XML, if you want to store data to
disk or transmit it over a network rather than use a verbose markup language.

Refresh
Refresh
Source Files
Filename Size Changed
json-1.6.5.gem 0000424960 415 KB
rubygem-json.changes 0000007301 7.13 KB
rubygem-json.spec 0000001888 1.84 KB
Revision 4 (latest revision is 33)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 105234 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 4)
- Update to version 1.6.5:
  * Fixed a bug that shows up when using optimisation under GCC 4.7. 
- Changes from version 1.6.4:
  * Patches that improve speed on JRuby contributed
  * Support object_class/array_class with duck typed hash/array.
- Changes from version 1.6.3:
  * Let JSON.load('') return nil as well to make mysql text columns (default to
    '') work better for serialization.
- Changes from version 1.6.2:
  * Add support for OpenStruct and BigDecimal.
  * Fix bug when parsing nil in quirks_mode.
  * Make JSON.dump and JSON.load methods better cooperate with Rails' serialize
    method. Just use: serialize :value, JSON
  * Fix bug with time serialization concerning nanoseconds. Thanks for the
    patch go to Josh Partlow (jpartlow@github).
  * Improve parsing speed for JSON numbers (integers and floats)
Comments 0
openSUSE Build Service is sponsored by