colearendt / jsonvalidate

:heavy_check_mark::interrobang: Validate JSON

Home Page:http://ropensci.github.io/jsonvalidate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonvalidate

Build Status Build status

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.

ropensci_footer

About

:heavy_check_mark::interrobang: Validate JSON

http://ropensci.github.io/jsonvalidate/

License:Other


Languages

Language:JavaScript 91.6%Language:R 5.7%Language:Makefile 1.7%Language:Shell 1.0%