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.1 |
Imports: |
cli, tibble |
LinkingTo: |
cpp11, cli |
Suggests: |
jsonlite, tinytest, BiocStyle, knitr, rmarkdown |
Published: |
2024-07-07 |
DOI: |
10.32614/CRAN.package.rjsoncons |
Author: |
Martin Morgan
[aut, cre],
Marcel Ramos
[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:
Downloads:
Reverse dependencies:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=rjsoncons
to link to this page.