The final 1.1.2 gem is out now, compatible with JRuby 1.1.
To install, simply perform:
jruby -S gem install json-jruby
This version fixes a few minor bugs from the last one and also improves performance slightly. From
The final 1.1.2 gem is out now, compatible with JRuby 1.1.
To install, simply perform:
jruby -S gem install json-jruby
The json_jruby 0.1.1.2 gem has been released. Please test this version, and report any problems found.
It took less time than expected, and now the library passes all 407 assertions from the original json library! As such, the first stage of development of JSON-JRuby is nearing completion; it is already quite close to being a perfect drop-in
This project is just starting. Currently JSON::Ext::Parser is mostly done, and a significant part of JSON::Ext::Generator already works, passing the first round of tests: test_json.rb.