Path to this page:
./
textproc/ruby-json,
Native extension implementation of JSON for Ruby
Branch: pkgsrc-2013Q1,
Version: 1.7.7,
Package name: ruby193-json-1.7.7,
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 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/ruby193-base]
Master sites: (Expand)
SHA1: eba67a79ca1590b18db5a73171857a41fd3685f0
RMD160: 3b2343b1a99c5d870b08966c5c68a47b1d285c5c
Filesize: 145 KB
Version history: (Expand)
- (2013-04-01) Package added to pkgsrc.se, version ruby193-json-1.7.7 (created)