A JSON implementation as a Ruby extension
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.
- Developed at devel:languages:ruby:extensions
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/rubygem-json && cd $_
- Create Badge
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 34)
Stephan Kulow (coolo)
accepted
request 105234
from
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