Sha256: f23c30e57e3102c6d4e5c823f47867cb3cb03f164ab4b74c16333dc69c2f4043
Contents?: true
Size: 556 Bytes
Versions: 42
Compression:
Stored size: 556 Bytes
Contents
## JsonSchema\Validator Demo This demo script uses the example from the root README.md and provides sample JSON files for testing `JsonSchema\Validator`. To change or replace the JSON schema document, please edit `/path/to/json-schema/demo/schema.json`. To change or replace the JSON document that is validated, please edit `/path/to/json-schema/demo/data.json`. To run the demo, change the path in the following example and run it in your terminal. ``` cd /path/to/json-schema/demo php demo.php // The supplied JSON validates against the schema. ```
Version data entries
42 entries across 42 versions & 1 rubygems