[5 total ]
JSON-JRuby 1.1.2 gem released!

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 ... [More] my tests, it is pretty much on par with MRI json, being somewhat faster overall, especially on serialization (JSON.generate). [Less]

JSON-JRuby:1.1.2 gem released!

The final 1.1.2 gem is out now, compatible with JRuby 1.1.

To install, simply perform:

jruby -S gem install json-jruby

JSON-JRuby:1.1.2 RC gem available

The json_jruby 0.1.1.2 gem has been released. Please test this version, and report any problems found.

JSON-JRuby passes all json-ruby tests

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 ... [More] replacement to json_pure (or json-C, if you are moving code from MRI to JRuby).

Next on the list should be some elementary refactoring and code documentation. [Less]

JSON-JRuby:Hello world

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.