Skip to content

rjsoncons

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

v1.3.2 · Mar 15, 2025 · BSL-1.0

Description

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.

Downloads

1.2K

Last 30 days

3435th

4.1K

Last 90 days

14.6K

Last year

Trend: +0.1% (30d vs prior 30d)

CRAN Check Status

6 NOTE
8 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 NOTE
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (6 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘rjsoncons/libs/rjsoncons.so’:
  Found non-API call to R: ‘R_NamespaceRegistry’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-windows-x86_64

compiled code

File 'rjsoncons/libs/x64/rjsoncons.dll':
  Found non-API call to R: 'R_NamespaceRegistry'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-oldrel-macos-arm64

installed package size

installed size is 56.0Mb
  sub-directories of 1Mb or more:
    include   3.4Mb
    libs     51.7Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 56.0Mb
  sub-directories of 1Mb or more:
    include   3.4Mb
    libs     51.7Mb
NOTE r-oldrel-windows-x86_64

installed package size

installed size is  7.9Mb
  sub-directories of 1Mb or more:
    include   3.4Mb
    libs      3.6Mb
NOTE r-patched-linux-x86_64

compiled code

File ‘rjsoncons/libs/rjsoncons.so’:
  Found non-API call to R: ‘R_NamespaceRegistry’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.

Check History

NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is 56.0Mb
  sub-directories of 1Mb or more:
    include   3.4Mb
    libs     51.7Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 56.0Mb
  sub-directories of 1Mb or more:
    include   3.4Mb
    libs     51.7Mb
NOTE r-oldrel-windows-x86_64

installed package size

installed size is  7.9Mb
  sub-directories of 1Mb or more:
    include   3.4Mb
    libs      3.6Mb

Dependency Network

Dependencies Reverse dependencies cli tibble rjsoncons

Version History

new 1.3.2 Mar 10, 2026
updated 1.3.2 ← 1.3.1 diff Mar 14, 2025
updated 1.3.1 ← 1.3.0 diff Jul 6, 2024
updated 1.3.0 ← 1.2.0 diff Apr 17, 2024
updated 1.2.0 ← 1.1.0 diff Jan 25, 2024
updated 1.1.0 ← 1.0.1 diff Dec 10, 2023
updated 1.0.1 ← 1.0.0 diff Dec 3, 2023
new 1.0.0 Sep 28, 2022