<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd" > 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description>
  <dc:title>Serialize R objects to JSON, JavaScript Object Notation</dc:title>
  <dc:description>This is a package that allows conversion to and from data
in Javascript object notation (JSON) format.  This allows R
objects to be inserted into Javascript/ECMAScript/ActionScript
code and allows R programmers to read and convert JSON content
to R objects.  This is an alternative to rjson package. That
version was too slow for converting large R objects to JSON and
is not extensible, but a very useful prototype.  It is fast for
parsing.  This package uses methods, vectorized operations and
C code and callbacks to R functions for deserializing JSON
objects to R.  Verison 0.4 of this package uses a new native
parser, implements the transformation code in C and allocates
memory efficiently (rather than concatenating because of event
driven parsing).  The result is a significantly faster parsing
of large JSON documents.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: methods</dc:relation>
  <dc:creator>Duncan Temple Lang &lt;duncan@r-project.org&gt;</dc:creator>
  <dc:contributor>Duncan Temple Lang</dc:contributor>
  <dc:rights>BSD</dc:rights>
  <dc:date>2012-02-06</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=RJSONIO</dc:identifier>
 </rdf:Description>
</rdf:RDF>

