A fast JSON parser and generator optimized for statistical data and the web. Started out as a fork of 'RJSONIO', but has been completely rewritten in recent versions. The package offers flexible, robust, high performance tools for working with JSON in R and is particularly powerful for building pipelines and interacting with a web API. The implementation is based on the mapping described in the vignette (Ooms, 2014). In addition to converting JSON data from/to R objects, 'jsonlite' contains functions to stream, validate, and prettify JSON data. The unit tests included with the package verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications.
Version: | 0.9.19 |
Depends: | methods |
Suggests: | curl (≥ 0.5), plyr, testthat, knitr, rmarkdown, R.rsp |
Published: | 2015-11-28 |
Author: | Jeroen Ooms, Duncan Temple Lang, Lloyd Hilaiel |
Maintainer: | Jeroen Ooms <jeroen.ooms at stat.ucla.edu> |
BugReports: | http://github.com/jeroenooms/jsonlite/issues |
License: | MIT + file LICENSE |
URL: | http://arxiv.org/abs/1403.2805, https://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder |
NeedsCompilation: | yes |
Citation: | jsonlite citation info |
Materials: | NEWS |
In views: | WebTechnologies |
CRAN checks: | jsonlite results |
Reference manual: | jsonlite.pdf |
Vignettes: |
Getting started with JSON and jsonlite Fetching JSON data from REST APIs Combining pages of JSON data with jsonlite Simple JSON RPC with OpenCPU A mapping between JSON data and R objects |
Package source: | jsonlite_0.9.19.tar.gz |
Windows binaries: | r-devel: jsonlite_0.9.19.zip, r-release: jsonlite_0.9.19.zip, r-oldrel: jsonlite_0.9.19.zip |
OS X Snow Leopard binaries: | r-release: jsonlite_0.9.19.tgz, r-oldrel: jsonlite_0.9.16.tgz |
OS X Mavericks binaries: | r-release: jsonlite_0.9.19.tgz |
Old sources: | jsonlite archive |