|
|
13 years ago | |
|---|---|---|
| .. | ||
| data | 13 years ago | |
| diagrams | 13 years ago | |
| ext | 13 years ago | |
| java | 13 years ago | |
| lib | 13 years ago | |
| tests | 13 years ago | |
| tools | 13 years ago | |
| .gitignore | 13 years ago | |
| .travis.yml | 13 years ago | |
| CHANGES | 13 years ago | |
| COPYING | 13 years ago | |
| COPYING-json-jruby | 13 years ago | |
| GPL | 13 years ago | |
| Gemfile | 13 years ago | |
| README-json-jruby.markdown | 13 years ago | |
| README.rdoc | 13 years ago | |
| Rakefile | 13 years ago | |
| TODO | 13 years ago | |
| VERSION | 13 years ago | |
| install.rb | 13 years ago | |
| json-java.gemspec | 13 years ago | |
| json.gemspec | 13 years ago | |
| json_pure.gemspec | 13 years ago | |
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.
The latest version is available from the Git repository:
git clone git://github.com/mernen/json-jruby.git
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.