Registry / serialization / json-jruby

json-jruby

JSON →
library1.5.0rbrubygemsunverified

A JSON implementation as a JRuby extension; users should use the json gem directly.

gem install json-jruby
INSTALL
IMPORT
SIG · JSON-JRUBY
J
json-jruby
serializationrubyv1.5.0
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'

Parses a JSON string into a Ruby hash.

require 'json' parsed = JSON.parse('{"key": "value"}') puts parsed['key']
Debug
Known issues
breakingThis gem is deprecated; use the standard json gem instead.
fix
Replace 'json-jruby' with 'json' in your Gemfile.
affects: >= 1.5.0
Upgrade
Version history
1.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
json-jruby — gem install json-jruby · libregistry