freebsd-ports/devel/rubygem-json_pure/pkg-descr
Cheng-Lung Sung ffaa224447 - Parse JSON texts and generate them from ruby data structures in Ruby
- like rubygem-json, but implemented in pure Ruby
2008-10-07 05:49:20 +00:00

5 lines
259 B
Text

This library can parse JSON texts and generate them from ruby data structures.
This port implemented in pure Ruby and comes with its own unicode conversion
functions and a parser generated by the Ragel State Machine Compiler.
WWW: http://json.rubyforge.org/