Path to this page:
./
textproc/ruby-json,
Native extension implementation of JSON for Ruby
Branch: pkgsrc-2020Q1,
Version: 2.3.0,
Package name: ruby26-json-2.3.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 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/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 0230e8c5a37f1543982e5b04be503dd5f9004b47
RMD160: 1ec5f187fbe8d1bc9e3c6c1af6246735fd8ef5ee
Filesize: 111.5 KB
Version history: (Expand)
- (2020-04-20) Package added to pkgsrc.se, version ruby26-json-2.3.0 (created)