|
|
пре 13 година | |
|---|---|---|
| .. | ||
| data | пре 13 година | |
| diagrams | пре 13 година | |
| ext | пре 13 година | |
| java | пре 13 година | |
| lib | пре 13 година | |
| tests | пре 13 година | |
| tools | пре 13 година | |
| .gitignore | пре 13 година | |
| .travis.yml | пре 13 година | |
| CHANGES | пре 13 година | |
| COPYING | пре 13 година | |
| COPYING-json-jruby | пре 13 година | |
| GPL | пре 13 година | |
| Gemfile | пре 13 година | |
| README-json-jruby.markdown | пре 13 година | |
| README.rdoc | пре 13 година | |
| Rakefile | пре 13 година | |
| TODO | пре 13 година | |
| VERSION | пре 13 година | |
| install.rb | пре 13 година | |
| json-java.gemspec | пре 13 година | |
| json.gemspec | пре 13 година | |
| json_pure.gemspec | пре 13 година | |
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.