Package: yyjsonr
Type: Package
Title: Fast JSON Parser and Generator
Version: 0.1.16
Authors@R: c(
    person("Mike", "Cheng", role = c("aut", "cre", 'cph'), 
    email = "mikefc@coolbutuseless.com"),
    person("Yao", "Yuan", role = "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 
    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.
    This implementation is a wrapper around 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
RoxygenNote: 7.3.0
Suggests: bit64, knitr, rmarkdown, jsonlite, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
NeedsCompilation: yes
Packaged: 2024-01-17 10:09:47 UTC; mike
Author: Mike Cheng [aut, cre, cph],
  Yao Yuan [cph] (Author of bundled yyjson)
Repository: CRAN
Date/Publication: 2024-01-17 19:00:02 UTC
