Learn R Programming

⚠️There's a newer version (1.5.0) of this package.Take me there.

jsonvalidate

Validate JSON against a schema using is-my-json-valid. This packagfe is simply a thin wrapper around the node library, using the V8 package to call is-my-json-valid from R.

Installation

devtools::install_github("ropenscilabs/jsonvalidate")

Usage

jsonvalidate::validate_json(json, schema)

or

validate <- jsonvalidate::validate_json(schema)
validate(json)
validate(json2) # etc

License

MIT + file LICENSE © Rich FitzJohn.

Copy Link

Version

Install

install.packages('jsonvalidate')

Monthly Downloads

8,064

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Rich FitzJohn

Last Published

June 13th, 2016

Functions in jsonvalidate (1.0.0)

json_validate

Validate a json file
json_validator

Create a json validator