Package: yyjsonr 0.1.20.9001

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>.

Authors:Mike Cheng [aut, cre, cph], Yao Yuan [aut, cph]

yyjsonr_0.1.20.9001.tar.gz
yyjsonr_0.1.20.9001.zip(r-4.5)yyjsonr_0.1.20.9001.zip(r-4.4)yyjsonr_0.1.20.9001.zip(r-4.3)
yyjsonr_0.1.20.9001.tgz(r-4.4-x86_64)yyjsonr_0.1.20.9001.tgz(r-4.4-arm64)yyjsonr_0.1.20.9001.tgz(r-4.3-x86_64)yyjsonr_0.1.20.9001.tgz(r-4.3-arm64)
yyjsonr_0.1.20.9001.tar.gz(r-4.5-noble)yyjsonr_0.1.20.9001.tar.gz(r-4.4-noble)
yyjsonr_0.1.20.9001.tgz(r-4.4-emscripten)yyjsonr_0.1.20.9001.tgz(r-4.3-emscripten)
yyjsonr.pdf |yyjsonr.html
yyjsonr/json (API)
NEWS

# Install 'yyjsonr' in R:
install.packages('yyjsonr', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/coolbutuseless/yyjsonr/issues

Uses libs:
  • zlib– Compression library

On CRAN:

23 exports 122 stars 4.82 score 0 dependencies 4 dependents 19 scripts 579 downloads

Last updated 5 months agofrom:07655b5183. Checks:OK: 8 NOTE: 1. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 13 2024
R-4.5-win-x86_64NOTESep 13 2024
R-4.5-linux-x86_64OKSep 13 2024
R-4.4-win-x86_64OKSep 13 2024
R-4.4-mac-x86_64OKSep 13 2024
R-4.4-mac-aarch64OKSep 13 2024
R-4.3-win-x86_64OKSep 13 2024
R-4.3-mac-x86_64OKSep 13 2024
R-4.3-mac-aarch64OKSep 13 2024

Exports:opts_read_geojsonopts_read_jsonopts_write_geojsonopts_write_jsonread_geojson_fileread_geojson_strread_json_connread_json_fileread_json_rawread_json_strread_ndjson_fileread_ndjson_strvalidate_json_filevalidate_json_strwrite_geojson_filewrite_geojson_strwrite_json_filewrite_json_strwrite_ndjson_filewrite_ndjson_stryyjson_read_flagyyjson_versionyyjson_write_flag

Dependencies:

Comparison to jsonlite parsing

Rendered fromjsonlite-comparison.Rmdusingknitr::rmarkdownon Sep 13 2024.

Last update: 2024-01-13
Started: 2024-01-13

Configuration Options for Parsing from JSON

Rendered fromfrom_json_options.Rmdusingknitr::rmarkdownon Sep 13 2024.

Last update: 2024-01-13
Started: 2023-08-16

Configuration Options for Serializing to JSON

Rendered fromto_json_options.Rmdusingknitr::rmarkdownon Sep 13 2024.

Last update: 2024-01-13
Started: 2023-08-16