diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-05-12 02:30:28 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-05-12 02:30:28 +0000 |
| commit | 337a14075c800bbc3f8b5ead41f7f17f3dea4e36 (patch) | |
| tree | 4d945a61cee827c75bf31fb71f6beaf0096af235 /converters/R-cran-RJSONIO | |
| parent | ac9849a5ce0c9f4fa72ef87832d72c0119078665 (diff) | |
Diffstat (limited to 'converters/R-cran-RJSONIO')
| -rw-r--r-- | converters/R-cran-RJSONIO/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/R-cran-RJSONIO/pkg-descr b/converters/R-cran-RJSONIO/pkg-descr index 38b486223c3c..f8983519c3bf 100644 --- a/converters/R-cran-RJSONIO/pkg-descr +++ b/converters/R-cran-RJSONIO/pkg-descr @@ -1,12 +1,12 @@ 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 +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 +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 |
