dev-master
9999999-devjson-schema.org based validation and formatting
MIT
The Requires
- guzzlehttp/guzzle ~5.2
- justinrainbow/json-schema ~1.3
- symfony/console ~2.6
- symfony/finder ~2.6
- kherge/box ^2.5
The Development Requires
schema json utility
Wallogit.com
2017 © Pedro Peláez
json-schema.org based validation and formatting
A command line tool that helps you validating and formatting JSON configuration files. File formatting is based on a JSON schema file., (*2)
Supported shortcuts (validation and formatting):, (*3)
Install the schemer CLI tool adding emanueleminotto/schemer to your global composer.json or from CLI:, (*4)
$ composer global require emanueleminotto/schemer
Attention! Remember to add
$COMPOSER_HOME/vendor/binto your$PATH(ref)., (*5)
``` bash, (*6)
$ schemer validate https://raw.githubusercontent.com/composer/composer/master/res/composer-schema.json composer.json, (*7)
$ schemer validate:bower bower.json, (*8)
$ schemer format https://raw.githubusercontent.com/composer/composer/master/res/composer-schema.json composer.json, (*9)
$ schemer format:bower bower.json, (*10)
$ schemer list, (*11)
## Testing ``` bash $ vendor/bin/phpunit
The MIT License (MIT). Please see License File for more information., (*12)
json-schema.org based validation and formatting
MIT
schema json utility