rjsoncons: Query, Pivot, Patch, and Validate 'JSON' and 'NDJSON'

Functions to query (filter or transform), pivot (convert from array-of-objects to object-of-arrays, for easy import as 'R' data frame), search, patch (edit), and validate (against 'JSON Schema') 'JSON' and 'NDJSON' strings, files, or URLs. Query and pivot support 'JSONpointer', 'JSONpath' or 'JMESpath' expressions. The implementation uses the 'jsoncons' <https://danielaparker.github.io/jsoncons/> header-only library; the library is easily linked to other packages for direct access to 'C++' functionality not implemented here.

Version: 1.3.0
Imports: cli
LinkingTo: cpp11, cli
Suggests: jsonlite, tibble, tinytest, BiocStyle, knitr, rmarkdown
Published: 2024-04-18
Author: Martin Morgan ORCID iD [aut, cre], Marcel Ramos ORCID iD [aut], Daniel Parker [aut, cph] (jsoncons C++ library maintainer)
Maintainer: Martin Morgan <mtmorgan.xyz at gmail.com>
BugReports: https://github.com/mtmorgan/rjsoncons/issues
License: BSL-1.0
URL: https://mtmorgan.github.io/rjsoncons/
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: rjsoncons results

Documentation:

Reference manual: rjsoncons.pdf
Vignettes: Transform and Validate JSON and NDJSON

Downloads:

Package source: rjsoncons_1.3.0.tar.gz
Windows binaries: r-prerel: rjsoncons_1.2.0.zip, r-release: rjsoncons_1.2.0.zip, r-oldrel: rjsoncons_1.2.0.zip
macOS binaries: r-prerel (arm64): rjsoncons_1.3.0.tgz, r-release (arm64): rjsoncons_1.3.0.tgz, r-oldrel (arm64): rjsoncons_1.3.0.tgz, r-prerel (x86_64): rjsoncons_1.3.0.tgz, r-release (x86_64): rjsoncons_1.3.0.tgz
Old sources: rjsoncons archive

Reverse dependencies:

Reverse imports: cellxgenedp, UniProt.ws
Reverse suggests: BiocFHIR

Linking:

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