yyjsonr: Fast 'JSON', 'NDJSON' and 'GeoJSON' Parser and Generator

A fast 'JSON' parser, generator and validator which converts 'JSON', 'NDJSON' (Newline Delimited 'JSON') and 'GeoJSON' (Geographic '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'. 'GeoJSON' data is read in as 'simple features' objects. This implementation wraps the 'yyjson' 'C' library which is available from <https://github.com/ibireme/yyjson>.

Version: 0.1.20
Depends: R (≥ 3.5.0)
Suggests: bit64, knitr, rmarkdown, jsonlite, testthat (≥ 3.0.0)
Published: 2024-04-10
Author: Mike Cheng [aut, cre, cph], Yao Yuan [aut, cph] (Author of bundled yyjson)
Maintainer: Mike Cheng <mikefc at coolbutuseless.com>
BugReports: https://github.com/coolbutuseless/yyjsonr/issues
License: MIT + file LICENSE
Copyright: The included 'yyjson' code is Copyright (c) 2020 YaoYuan. See 'COPYRIGHTS' for LICENSE for inclued code.
yyjsonr copyright details
URL: https://github.com/coolbutuseless/yyjsonr, https://coolbutuseless.github.io/package/yyjsonr/
NeedsCompilation: yes
Language: en-AU
Materials: NEWS
CRAN checks: yyjsonr results

Documentation:

Reference manual: yyjsonr.pdf
Vignettes: Configuration Options for Parsing from JSON
Comparison to jsonlite parsing
Configuration Options for Serializing to JSON

Downloads:

Package source: yyjsonr_0.1.20.tar.gz
Windows binaries: r-devel: yyjsonr_0.1.20.zip, r-release: yyjsonr_0.1.20.zip, r-oldrel: yyjsonr_0.1.20.zip
macOS binaries: r-release (arm64): yyjsonr_0.1.20.tgz, r-oldrel (arm64): yyjsonr_0.1.20.tgz, r-release (x86_64): yyjsonr_0.1.20.tgz, r-oldrel (x86_64): yyjsonr_0.1.20.tgz
Old sources: yyjsonr archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=yyjsonr to link to this page.