RAA - json/1.4.1

json / 1.4.1

Short description: JSON Implementation for Ruby
Category: Library/Parser
Status: stable
Created: 2005-09-23 23:47:39 GMT
Last update: 2010-04-25 13:52:26 GMT
Owner: Florian Frank (Projects of this owner)
Homepage: http://flori.github.com/json
Download: http://www.ping.de/~flori/json-1.4.1.tgz
License: Ruby's
Dependency:
None
Description:

This is a implementation of the JSON specification according to RFC 4627. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language.It can be easily extended to serialize/deserialize arbitrary ruby objects, and also includes a GTK2 GUI editor for JSON.


Starting from version 1.0.0 on there will be two variants available:

* A pure ruby variant, that relies on the iconv and the stringscan extensions, which are both part of the ruby standard library.
* The quite a bit faster (see the documentation) C extension variant, which is in parts implemented in C and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler.

Versions: [1.5.1 (2011-01-26)] [1.5.0 (2011-01-22)] [1.4.6 (2010-08-09)] [1.4.5 (2010-08-07)] [1.4.4 (2010-08-06)] [1.4.3 (2010-05-05)] [1.4.2 (2010-04-27)] [1.4.1 (2010-04-25)] [1.4.0 (2010-04-23)] [1.2.4 (2010-04-08)] [1.2.3 (2010-03-11)] [1.2.2 (2010-02-28)] [1.2.1 (2010-02-26)] [1.2.0 (2009-11-08)] [1.1.9 (2009-08-31)] [1.1.8 (2009-08-31)] [1.1.7 (2009-06-30)] [1.1.6 (2009-05-10)] [1.1.5 (2009-05-10)] [1.1.4 (2009-04-03)] [1.1.3 (2008-07-11)] [1.1.2 (2007-11-27)] [1.1.1 (2007-07-06)] [1.1.0 (2007-06-04)] [1.0.4 (2007-05-15)] [1.0.3 (2007-04-28)] [1.0.2 (2007-04-04)] [1.0.1 (2007-03-26)] [0.4.3 (2007-02-22)] [0.4.1 (2006-02-06)] [0.4.0 (2005-09-23)]

Edit this project (for project owner)

back to RAA top