<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/ruby-json-pure/PLIST, branch TNF</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=TNF</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=TNF'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-04-04T15:21:50Z</updated>
<entry>
<title>Initial import of ruby18-json-pure-1.1.2 as textproc/ruby-json-pure.</title>
<updated>2008-04-04T15:21:50Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-04T15:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=12284acf77e1a21a929173f5ea3cbbd590fee55e'/>
<id>urn:sha1:12284acf77e1a21a929173f5ea3cbbd590fee55e</id>
<content type='text'>
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 a pure Ruby variant that relies on the iconv and the
stringscan extensions, which are both part of the Ruby standard library.</content>
</entry>
</feed>
