# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "yyjsonr" in publications use:' type: software license: MIT title: 'yyjsonr: Fast ''JSON'', ''NDJSON'' and ''GeoJSON'' Parser and Generator' version: 0.1.20 doi: 10.32614/CRAN.package.yyjsonr abstract: 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 . authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com - family-names: Yuan given-names: Yao email: ibireme@gmail.com repository: https://CRAN.R-project.org/package=yyjsonr repository-code: https://github.com/coolbutuseless/yyjsonr url: https://coolbutuseless.github.io/package/yyjsonr/ date-released: '2024-04-10' contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com