Package: jsonify Type: Package Title: Convert Between 'R' Objects and Javascript Object Notation (JSON) Version: 1.2.3 Date: 2025-11-24 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 . License: MIT + file LICENSE Depends: R (>= 4.0.0) Imports: Rcpp (>= 1.0.10) LinkingTo: rapidjsonr (>= 1.2.1), Rcpp RoxygenNote: 7.3.1 Suggests: covr, testthat, knitr, rmarkdown Encoding: UTF-8 URL: https://symbolixau.github.io/jsonify/, https://github.com/SymbolixAU/jsonify BugReports: https://github.com/SymbolixAU/jsonify/issues VignetteBuilder: knitr Config/pak/sysreqs: make Repository: https://symbolixau.r-universe.dev Date/Publication: 2025-11-24 12:28:42 UTC RemoteUrl: https://github.com/symbolixau/jsonify RemoteRef: HEAD RemoteSha: d17e970daf6f1068851a901bb9a5f2c23c0868e5 NeedsCompilation: yes Packaged: 2026-06-24 04:59:56 UTC; root Author: David Cooley [aut, cre], Chris Muir [ctb], Brendan Knapp [ctb] (ORCID: ) Maintainer: David Cooley