Package: jsonify
Type: Package
Title: Converts 'R' Objects to Javascript Object Notation (JSON)
Version: 0.2.1
Date: 2019-04-24
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.1
Suggests: covr, microbenchmark, jsonlite, testthat, knitr, rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-04-24 07:25:49 UTC; dave
Author: David Cooley [aut, cre]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2019-04-24 08:00:03 UTC
Built: R 3.4.4; x86_64-w64-mingw32; 2019-04-25 17:08:11 UTC; windows
Archs: i386, x64
