Re: NEW: ruby-json

2008-09-03 Thread Jeremy Evans
On Wed, Sep 3, 2008 at 2:47 PM, joshua stein <[EMAIL PROTECTED]> wrote: >> This is a implementation of the JSON specification according to RFC 4627 >> for ruby. 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 >>

Re: NEW: ruby-json

2008-09-03 Thread joshua stein
> This is a implementation of the JSON specification according to RFC 4627 > for ruby. 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. we already have ruby-mysql, ruby-hpricot, and r

NEW: ruby-json

2008-09-03 Thread Jeremy Evans
This is a implementation of the JSON specification according to RFC 4627 for ruby. 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. Jeremy ruby-json.tar.gz Description: application/tar-