jsonlite

From MaRDI portal
Software:27461



swMATH15573CRANjsonliteMaRDI QIDQ27461

A Simple and Robust JSON Parser and Generator for R

Jeroen Ooms

Last update: 4 December 2023

Copyright license: MIT license, File License

Software version identifier: 1.8.4, 0.9.0, 0.9.1, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 0.9.10, 0.9.11, 0.9.12, 0.9.13, 0.9.14, 0.9.15, 0.9.16, 0.9.17, 0.9.18, 0.9.19, 0.9.20, 0.9.21, 0.9.22, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6.1, 1.6, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.8.5, 1.8.7, 1.8.8


Source code repository: https://github.com/cran/jsonlite

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.