Package: jsonlite 1.8.9

jsonlite: A Simple and Robust JSON Parser and Generator for R

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.

Authors: Jeroen Ooms [aut, cre], Duncan Temple Lang [ctb], Lloyd Hilaiel [cph]

# Install 'jsonlite' in R:
install.packages( ' jsonlite ' , repos = c( ' https://jeroen.r-universe.dev ' , ' https://cloud.r-project.org ' ) )
TargetResultDate
Doc / Vignettes OK Sep 09 2024
R-4.5-win-x86_64 OK Sep 09 2024
R-4.5-linux-x86_64 OK Sep 09 2024
R-4.4-win-x86_64 OK Sep 09 2024
R-4.4-mac-x86_64 OK Sep 09 2024
R-4.4-mac-aarch64 OK Sep 09 2024
R-4.3-win-x86_64 OK Sep 09 2024
R-4.3-mac-x86_64 OK Sep 09 2024
R-4.3-mac-aarch64 OK Sep 09 2024

A mapping between JSON data and R objects

Rendered from json-mapping.pdf.asis using R.rsp::asis on Sep 09 2024.

Last update: 2015-03-25
Started: 2015-03-25

Combining pages of JSON data with jsonlite

Rendered from json-paging.Rmd using knitr::rmarkdown on Sep 09 2024.

Last update: 2022-01-16
Started: 2014-07-26

Fetching JSON data from REST APIs

Rendered from json-apis.Rmd using knitr::rmarkdown on Sep 09 2024.

Last update: 2022-01-16
Started: 2014-07-27

Getting started with JSON and jsonlite

Rendered from json-aaquickstart.Rmd using knitr::rmarkdown on Sep 09 2024.

Last update: 2016-12-30
Started: 2014-08-02

Simple JSON RPC with OpenCPU

Rendered from json-opencpu.pdf.asis using R.rsp::asis on Sep 09 2024.

Last update: 2018-12-05
Started: 2018-12-05