Package: yyjsonr
Type: Package
Title: Fast 'JSON', 'NDJSON' and 'GeoJSON' Parser and Generator
Version: 0.1.20.9001
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"))
Maintainer: Mike Cheng <mikefc@coolbutuseless.com>
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 <https://github.com/ibireme/yyjson>.
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.1
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 inclued code.
Depends: R (>= 3.5.0)
Author: Mike Cheng [aut, cre, cph],
  Yao Yuan [aut, cph] (Author of bundled yyjson)
Built: R 4.5.1; aarch64-apple-darwin25.0.0; 2025-09-28 22:15:05 UTC; unix
