Package: jsonlite Version: 1.5 Title: A Robust, High Performance JSON Parser and Generator for R License: MIT + file LICENSE NeedsCompilation: yes Depends: methods Author: Jeroen Ooms, Duncan Temple Lang, Lloyd Hilaiel URL: https://arxiv.org/abs/1403.2805, https://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder BugReports: http://github.com/jeroen/jsonlite/issues Maintainer: Jeroen Ooms VignetteBuilder: knitr, R.rsp Description: 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. Suggests: httr, curl, plyr, testthat, knitr, rmarkdown, R.rsp, sp RoxygenNote: 6.0.1.9000 Packaged: 2017-05-31 14:03:43 UTC; jeroen Repository: CRAN Date/Publication: 2017-06-01 12:03:37 UTC Built: R 3.5.0; x86_64-redhat-linux-gnu; 2018-08-29 13:35:41 UTC; unix