bpdusk / jsonschema

Automatically exported from code.google.com/p/jsonschema
0 stars 0 forks source link

Command line client for JavaScript JSON Schema validator #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I wrote validate.js, a simple command line client to validate JSON files
with    jsonschema.js. I only tested with jsonschema-b4.js because it's the
latest version. You can use the client with a JavaScript Shell like Rhino:

Usage: js validate.js <schemafile> <objectfile[s]>

Original issue reported on code.google.com by siehea...@googlemail.com on 9 Jun 2009 at 9:46

Attachments: