Registry / serialization / json-pure

json-pure

JSON →
library2.8.1rbrubygemsunverified

A pure Ruby implementation of JSON parsing and generation.

gem install json_pure
INSTALL
IMPORT
SIG · JSON-PURE
J
json-pure
serializationrubyv2.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JSON
require 'json/pure'

Parse a JSON string using the pure Ruby implementation.

require 'json/pure' parsed = JSON.parse('{"key": "value"}') puts parsed['key'] # => value
Debug
Known issues
gotchajson-pure is slower than the native C extension
fix
Use the 'json' gem for better performance.
affects: >= 0
Upgrade
Version history
2.8.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
json-pure — gem install json-pure · libregistry