Repository is archived
No commit activity in last 3 years
No release in over 3 years
A JSON implementation as a JRuby extension. You may now use the json gem directly.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.4.6
 Project Readme

JSON-JRuby

JSON-JRuby is a port of Florian Frank's native json library to JRuby. It aims to be a perfect drop-in replacement for json_pure.

Development version

The latest version is available from the Git repository:

git clone git://github.com/mernen/json-jruby.git

Compiling

You'll need JRuby version 1.2 or greater to build JSON-JRuby. Its path must be set on the jruby.dir property of nbproject/project.properties (defaults to ../jruby).

Additionally, you'll need Ant, and Ragel 6.4 or greater.

Then, from the folder where the sources are located, type:

ant clean jar

to clean any leftovers from previous builds and generate the .jar files. To generate a RubyGem, specify the gem action rather than jar.