Path to this page:
./
textproc/ruby-json-pure,
Pure Ruby implementation of JSON
Branch: pkgsrc-2013Q4,
Version: 1.8.0,
Package name: ruby193-json-pure-1.8.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/ruby193-base]
Master sites: (Expand)
SHA1: b5f43f300c2dd9d0ae845150a24f1c659c457573
RMD160: 7d8ac6ed3b4603b2be14fcd7333ea9d508502642
Filesize: 145.5 KB
Version history: (Expand)
- (2014-01-01) Package has been reborn
- (2013-12-31) Package added to pkgsrc.se, version ruby193-json-pure-1.8.0 (created)