yyjsonr

From MaRDI portal
Revision as of 20:10, 12 March 2024 by Import240312060351 (talk | contribs) (Created automatically from import240312060351)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Software:5977653



CRANyyjsonrMaRDI QIDQ5977653

Fast JSON Parser and Generator

Mike Cheng

Last update: 22 January 2024

Software version identifier: 0.1.16, 0.1.18


Copyright license: MIT license, File License

A fast JSON parser, generator and validator which converts JSON data to/from R objects. The standard R data types are supported (e.g. logical, numeric, integer) with configurable handling of NULL and NA values. Data frames, atomic vectors and lists are all supported as data containers translated to/from JSON. This implementation is a wrapper around the 'yyjson' 'C' library which is available from <https://github.com/ibireme/yyjson>.