JSON-JRuby JSON-JRuby is a Java port of Florian Frank's json library. It provides fast JSON generation and parsing for JRuby. Installation Just install the gem under JRuby: $ jruby -S gem install json-jruby Usage Basic usage is quite straightforward: #! /usr/bin/env jruby require "rubygems" require "json" # de-serializing: source_string = '{"sample": "Hello, world!"}' puts JSON(source_string).insp
{{#tags}}- {{label}}
{{/tags}}