Package: jsonify
Type: Package
Title: Converts 'R' Objects to Javascript Object Notation (JSON)
Version: 0.2.0
Date: 2019-01-10
Authors@R: c(
    person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre"))
    )
Description: Converts 'R' objects into Javascript Object Notation (JSON) using 
    the 'rapidjsonr' library <https://CRAN.R-project.org/package=rapidjsonr>. 
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.18)
LinkingTo: BH, rapidjsonr, Rcpp
RoxygenNote: 6.1.0
Suggests: covr, microbenchmark, jsonlite, testthat, knitr, rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-01-10 02:34:15 UTC; david
Author: David Cooley [aut, cre]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2019-01-10 13:10:03 UTC
