Path to this page:
./
textproc/ruby-json-pure,
Pure Ruby implementation of JSON
Branch: pkgsrc-2011Q3,
Version: 1.6.0,
Package name: ruby19-json-pure-1.6.0,
Maintainer: pkgsrc-usersThis 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 a pure Ruby variant that relies on the iconv and the
stringscan extensions, which are both part of the Ruby standard library.
Required to run:[
lang/ruby19-base]
Master sites:
SHA1: 5289f441c49360262d0c743fd8006e0175fa28d6
RMD160: b80ae737a6bd7a7222923425f3263f2bbbe4ca59
Filesize: 639 KB
Version history: (Expand)
- (2011-10-04) Package added to pkgsrc.se, version ruby19-json-pure-1.6.0 (created)