The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Validate JSON against a schema using is-my-json-valid
or ajv
.
This package is a thin wrapper around these node libraries, using the V8 package.
Directly validate json
against schema
::json_validate(json, schema) jsonvalidate
or create a validator for multiple uses
<- jsonvalidate::json_validator(schema)
validate validate(json)
validate(json2) # etc
See the package vignette for complete examples.
Install from CRAN with
install.packages("jsonvalidate")
Alternatively, the current development version can be installed from GitHub with
::install_github("ropensci/jsonvalidate") devtools
MIT + file LICENSE © Rich FitzJohn.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.