FreeBSD.software
Home/converters/R-cran-RJSONIO

R-cran-RJSONIO

2.0.0

Serialize R objects to JSON, JavaScript Object Notation

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. Version 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.

Origin: converters/R-cran-RJSONIO
Category: converters
Size: 2.33MiB
License: BSD3CLAUSE
Maintainer: tota@FreeBSD.org
Dependencies: 2 packages
Required by: 1 packages
$pkg install R-cran-RJSONIO

Dependencies (2)

Required By (1 packages)

More in converters