Package: jsonvalidate
Title: Validate 'JSON'
Version: 1.1.0
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
    email = "rich.fitzjohn@gmail.com"),
    person("Ian", "Lyttle", role = "ctb"),
    person("Kara", "Woo", role = "ctb"),
    person("Mathias", "Buus", role = "cph"),
    person("Evgeny", "Poberezkin", role = "cph"))
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
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
LazyData: true
URL: https://github.com/ropensci/jsonvalidate
BugReports: https://github.com/ropensci/jsonvalidate/issues
Imports: V8
Suggests: knitr, rmarkdown, testthat
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-06-25 07:13:19 UTC; rfitzjoh
Author: Rich FitzJohn [aut, cre],
  Ian Lyttle [ctb],
  Kara Woo [ctb],
  Mathias Buus [cph],
  Evgeny Poberezkin [cph]
Repository: CRAN
Date/Publication: 2019-06-25 09:00:03 UTC
