Information on package 'jsonlite' Description: 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) RemoteType: github RemoteHost: api.github.com RemoteRepo: jsonlite RemoteUsername: jeroen RemoteRef: master RemoteSha: 86f481d34eb4e7893e32a88608ce220421f59c41 GithubRepo: jsonlite GithubUsername: jeroen GithubRef: master GithubSHA1: 86f481d34eb4e7893e32a88608ce220421f59c41 NeedsCompilation: yes Packaged: 2024-09-19 15:40:40 UTC; www-data Author: Jeroen Ooms [aut, cre] (), Duncan Temple Lang [ctb], Lloyd Hilaiel [cph] (author of bundled libyajl) Built: R 4.4.1; x86_64-pc-linux-gnu; 2024-09-19 15:40:41 UTC; unix Index: base64 Encode/decode base64 flatten Flatten nested data frames gzjson Gzipped JSON prettify, minify Prettify or minify a JSON string rbind_pages Combine pages into a single data frame read_json Read/write JSON serializeJSON serialize R objects to JSON stream_in, stream_out Streaming JSON input/output toJSON, fromJSON Convert R objects to/from JSON unbox Unbox a vector or data frame validate Validate JSON