Package: yyjsonr 0.1.22

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:
yyjsonr_0.1.22.tar.gz
yyjsonr_0.1.22.zip(r-4.7)yyjsonr_0.1.22.zip(r-4.6)yyjsonr_0.1.22.zip(r-4.5)
yyjsonr_0.1.22.tgz(r-4.6-x86_64)yyjsonr_0.1.22.tgz(r-4.6-arm64)yyjsonr_0.1.22.tgz(r-4.5-x86_64)yyjsonr_0.1.22.tgz(r-4.5-arm64)
yyjsonr_0.1.22.tar.gz(r-4.7-arm64)yyjsonr_0.1.22.tar.gz(r-4.7-x86_64)yyjsonr_0.1.22.tar.gz(r-4.6-arm64)yyjsonr_0.1.22.tar.gz(r-4.6-x86_64)
yyjsonr_0.1.22.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
yyjsonr/json (API)
NEWS
| # Install 'yyjsonr' in R: |
| install.packages('yyjsonr', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/yyjsonr/issues
Pkgdown/docs site:https://coolbutuseless.github.io
Last updated from:be3a2f62dc. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 143 | ||
| linux-devel-x86_64 | OK | 135 | ||
| source / vignettes | OK | 182 | ||
| linux-release-arm64 | OK | 129 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 96 | ||
| macos-release-x86_64 | OK | 195 | ||
| macos-oldrel-arm64 | OK | 97 | ||
| macos-oldrel-x86_64 | OK | 208 | ||
| windows-devel | OK | 153 | ||
| windows-release | OK | 97 | ||
| windows-oldrel | OK | 140 | ||
| wasm-release | OK | 102 |
Exports:as_scalaropts_read_geojsonopts_read_jsonopts_write_geojsonopts_write_jsonread_geojson_connread_geojson_fileread_geojson_strread_json_connread_json_fileread_json_rawread_json_strread_ndjson_fileread_ndjson_rawread_ndjson_strvalidate_json_filevalidate_json_strwrite_geojson_filewrite_geojson_strwrite_json_filewrite_json_rawwrite_json_strwrite_ndjson_filewrite_ndjson_rawwrite_ndjson_stryyjson_read_flagyyjson_versionyyjson_write_flag
Dependencies:
Comparison to jsonlite parsing
Rendered fromjsonlite-comparison.Rmdusingknitr::rmarkdownon Jun 04 2026.Last update: 2024-01-13
Started: 2024-01-13
Configuration Options for Parsing from JSON
Rendered fromfrom_json_options.Rmdusingknitr::rmarkdownon Jun 04 2026.Last update: 2025-06-02
Started: 2023-08-16
Configuration Options for Serializing to JSON
Rendered fromto_json_options.Rmdusingknitr::rmarkdownon Jun 04 2026.Last update: 2025-06-02
Started: 2023-08-16
