rjsoncons: Query, Pivot, Patch, and Validate 'JSON' and 'NDJSON' (original) (raw)
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.2 |
---|---|
Depends: | R (≥ 4.2.0) |
Imports: | cli, tibble |
LinkingTo: | cpp11, cli |
Suggests: | jsonlite, tinytest, BiocStyle, knitr, rmarkdown |
Published: | 2025-03-15 |
DOI: | 10.32614/CRAN.package.rjsoncons |
Author: | Martin Morgan |
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:
Downloads:
Reverse dependencies:
Linking:
Please use the canonical formhttps://CRAN.R-project.org/package=rjsonconsto link to this page.