Package: jsonify
Type: Package
Title: Convert Between 'R' Objects and Javascript Object Notation
        (JSON)
Version: 1.2.2
Date: 2022-11-10
Authors@R: c(
    person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")),
    person("Chris", "Muir", role = "ctb"),
    person("Brendan", "Knapp", role = "ctb", comment = c(ORCID = "0000-0003-3284-4972"))
    )
Description: Conversions between 'R' objects and Javascript Object Notation (JSON) using 
    the 'rapidjsonr' library <https://CRAN.R-project.org/package=rapidjsonr>. 
License: MIT + file LICENSE
Depends: R (>= 3.3.0)
SystemRequirements: C++11
Imports: Rcpp (>= 0.12.18)
LinkingTo: rapidjsonr (>= 1.2.0), Rcpp
RoxygenNote: 7.1.0
Suggests: covr, testthat, knitr, rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-11-09 21:45:14 UTC; david
Author: David Cooley [aut, cre],
  Chris Muir [ctb],
  Brendan Knapp [ctb] (<https://orcid.org/0000-0003-3284-4972>)
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2022-11-09 22:20:02 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2023-04-01 16:43:33 UTC; unix
Archs: jsonify.so.dSYM
