Package: jsonify
Type: Package
Title: Convert Between 'R' Objects and Javascript Object Notation
        (JSON)
Version: 1.1.1
Date: 2020-03-14
Authors@R: c(
    person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")),
    person("Chris", "Muir", role = "ctb")
    )
Description: Conversions between 'R' objects and Javascript Object Notation (JSON) using 
    the 'rapidjsonr' library <https://CRAN.R-project.org/package=rapidjsonr>. 
License: GPL (>= 2)
Depends: R (>= 3.3.0)
SystemRequirements: C++11
Imports: Rcpp (>= 0.12.18)
LinkingTo: rapidjsonr (>= 1.2.0), Rcpp
RoxygenNote: 7.0.2
Suggests: covr, testthat, knitr, rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-03-14 07:14:05 UTC; dave
Author: David Cooley [aut, cre],
  Chris Muir [ctb]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2020-03-14 07:50:02 UTC
Built: R 3.5.3; x86_64-w64-mingw32; 2020-04-22 03:46:25 UTC; windows
Archs: i386, x64
