./textproc/ruby-json, Native extension implementation of JSON for Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q2, Version: 1.4.3nb1, Package name: ruby18-json-1.4.3nb1, Maintainer: pkgsrc-users

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.

The JSON generator escapes all non-ASCII an control characters with
\uXXXX escape sequences and supports UTF-16 surrogate pairs in order
to be able to generate the whole range of Unicode code points. This
means that generated JSON text is encoded as UTF-8 (because ASCII is
a subset of UTF-8) and at the same time avoids decoding problems for
receiving endpoints that don't expect UTF-8 encoded texts.

This package is fast 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.


Required to run:
[lang/ruby18-base]

Master sites:

SHA1: a02bc81d86c3c956e4f2a49e55aa3959b99409d7
RMD160: 964a5c58e3621e8300650e5d8d62ea34c35f2b12
Filesize: 388.5 KB

Version history: (Expand)