Package: jsonvalidate Title: Validate 'JSON' Schema Version: 1.5.0 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person("Rob", "Ashton", role = "aut"), person("Alex", "Hill", role = "ctb"), person("Alicia", "Schep", role = "ctb"), person("Ian", "Lyttle", role = "ctb"), person("Kara", "Woo", role = "ctb"), person("Mathias", "Buus", role = c("aut", "cph"), comment = "Author of bundled imjv library"), person("Evgeny", "Poberezkin", role = c("aut", "cph"), comment = "Author of bundled Ajv library")) Maintainer: Rich FitzJohn Description: Uses the node library 'is-my-json-valid' or 'ajv' to validate 'JSON' against a 'JSON' schema. Drafts 04, 06 and 07 of 'JSON' schema are supported. License: MIT + file LICENSE URL: https://docs.ropensci.org/jsonvalidate/, https://github.com/ropensci/jsonvalidate BugReports: https://github.com/ropensci/jsonvalidate/issues Imports: R6, V8 Suggests: knitr, jsonlite, rmarkdown, testthat, withr RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Encoding: UTF-8 Language: en-GB Config/testthat/edition: 3 Config/pak/sysreqs: libssl-dev libnode-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-02-07 11:47:42 UTC RemoteUrl: https://github.com/ropensci/jsonvalidate RemoteRef: master RemoteSha: 01868830ce88f6e44fec8d86f3e3185cb4f16352 NeedsCompilation: no Packaged: 2026-06-14 08:58:43 UTC; root Author: Rich FitzJohn [aut, cre], Rob Ashton [aut], Alex Hill [ctb], Alicia Schep [ctb], Ian Lyttle [ctb], Kara Woo [ctb], Mathias Buus [aut, cph] (Author of bundled imjv library), Evgeny Poberezkin [aut, cph] (Author of bundled Ajv library)