Package: jsonlite Version: 1.8.9 Title: A Simple and Robust JSON Parser and Generator for R License: MIT + file LICENSE Depends: methods Authors@R: c( person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")), person("Duncan", "Temple Lang", role = "ctb"), person("Lloyd", "Hilaiel", role = "cph", comment="author of bundled libyajl")) URL: https://jeroen.r-universe.dev/jsonlite https://arxiv.org/abs/1403.2805 BugReports: https://github.com/jeroen/jsonlite/issues Maintainer: Jeroen Ooms VignetteBuilder: knitr, R.rsp Description: A reasonably fast JSON parser and generator, optimized for statistical data and the web. Offers simple, flexible 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, vctrs, testthat, knitr, rmarkdown, R.rsp, sf RoxygenNote: 7.2.3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Repository: https://jeroen.r-universe.dev RemoteUrl: https://github.com/jeroen/jsonlite RemoteRef: HEAD RemoteSha: 86f481d34eb4e7893e32a88608ce220421f59c41 NeedsCompilation: yes Packaged: 2025-01-30 06:38:52 UTC; root Author: Jeroen Ooms [aut, cre] (), Duncan Temple Lang [ctb], Lloyd Hilaiel [cph] (author of bundled libyajl)