Package: yyjsonr Type: Package Title: Fast 'JSON', 'NDJSON' and 'GeoJSON' Parser and Generator Version: 0.1.22 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com"), person("Yao", "Yuan", role = c("aut", "cph"), email = "ibireme@gmail.com", comment="Author of bundled yyjson"), person("Murat", "Tasan", role = c("ctb"), comment="'json_verbatim' handling") ) Maintainer: Mike Cheng Description: 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 . License: MIT + file LICENSE URL: https://github.com/coolbutuseless/yyjsonr, https://coolbutuseless.github.io/package/yyjsonr/ BugReports: https://github.com/coolbutuseless/yyjsonr/issues Encoding: UTF-8 Language: en-AU Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: bit64, knitr, rmarkdown, jsonlite, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Copyright: The included 'yyjson' code is Copyright (c) 2020 YaoYuan. See 'COPYRIGHTS' for LICENSE for included code. Depends: R (>= 4.1.0) Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2026-04-05 05:03:15 UTC RemoteUrl: https://github.com/coolbutuseless/yyjsonr RemoteRef: HEAD RemoteSha: be3a2f62dc4d909c5d1826f7afd0fe9705d03a80 NeedsCompilation: yes Packaged: 2026-07-04 07:49:56 UTC; root Author: Mike Cheng [aut, cre, cph], Yao Yuan [aut, cph] (Author of bundled yyjson), Murat Tasan [ctb] ('json_verbatim' handling)