|
|
hace 13 años | |
|---|---|---|
| .. | ||
| data | hace 13 años | |
| diagrams | hace 13 años | |
| ext | hace 13 años | |
| java | hace 13 años | |
| lib | hace 13 años | |
| tests | hace 13 años | |
| tools | hace 13 años | |
| .gitignore | hace 13 años | |
| .travis.yml | hace 13 años | |
| CHANGES | hace 13 años | |
| COPYING | hace 13 años | |
| COPYING-json-jruby | hace 13 años | |
| GPL | hace 13 años | |
| Gemfile | hace 13 años | |
| README-json-jruby.markdown | hace 13 años | |
| README.rdoc | hace 13 años | |
| Rakefile | hace 13 años | |
| TODO | hace 13 años | |
| VERSION | hace 13 años | |
| install.rb | hace 13 años | |
| json-java.gemspec | hace 13 años | |
| json.gemspec | hace 13 años | |
| json_pure.gemspec | hace 13 años | |
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.