JSON Code Style
npm install @codelicia/jsoncsJSON Code Style
=========


npm install @codelicia/jsoncs --save-dev
Verify if the code style is fine:
./node_modules/.bin/jsoncs 'my/file.json'
or to multiple files
./node_modules/.bin/jsoncs 'my/*.json'
Fix the code style of a file or multiple files:
./node_modules/.bin/jsoncs --fix 'my/directory/*'
$ jsoncs -h
Usage: jsoncs [file]
Options:
-f, --fix fix json file
-q, --quiet quiet mode
-v, --version json code style version
-s, --spaces
* _RED_: wrong json
* _BLUE_: correct json
