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 web APIs. The parser implementation is based on the mapping described in the vignette of the package (Ooms, 2014). In addition to drop-in replacements for toJSON and fromJSON, jsonlite contains functions to stream, validate, and prettify JSON data, and many unit tests to verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications.
Version: | 0.9.13 |
Depends: | methods |
Suggests: | testthat, knitr, reshape2, httr (≥ 0.4), rjson, plyr |
Published: | 2014-10-21 |
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: | Apache License 2.0 |
URL: | http://arxiv.org/abs/1403.2805, https://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder |
NeedsCompilation: | yes |
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 A mapping between JSON data and R objects Simple JSON RPC with OpenCPU Combining pages of JSON data with jsonlite |
Package source: | jsonlite_0.9.13.tar.gz |
Windows binaries: | r-devel: jsonlite_0.9.13.zip, r-release: jsonlite_0.9.13.zip, r-oldrel: jsonlite_0.9.13.zip |
OS X Snow Leopard binaries: | r-release: jsonlite_0.9.13.tgz, r-oldrel: jsonlite_0.9.13.tgz |
OS X Mavericks binaries: | r-release: jsonlite_0.9.13.tgz |
Old sources: | jsonlite archive |
Reverse depends: | archivist, jSonarR, leafletR, rHealthDataGov, RSocrata, slackr, WikipediR |
Reverse imports: | alm, bold, devtools, ecoengine, enigma, exCon, gender, ggvis, gmailr, httr, opencpu, pdfetch, polidata, pollstR, rbison, RGA, rgbif, rinat, rjstat, rlist, rmongodb, rnoaa, RSiteCatalyst, rsunlight, rWBclimate, SGP, SocialMediaMineR, taxize, webutils, wikipediatrend, x.ent, yhatr |
Reverse suggests: | io, rplos, sysfonts |