Update master
This commit is contained in:
17
README.md
17
README.md
@@ -21,15 +21,20 @@ jsonlint will either report a syntax error with details or pretty print the sour
|
||||
### Options
|
||||
|
||||
$ jsonlint -h
|
||||
Usage: jsonlint <file> [options]
|
||||
|
||||
<file> file to parse; otherwise uses stdin
|
||||
usage: jsonlint <file> [options]
|
||||
|
||||
file file to parse; otherwise uses stdin
|
||||
|
||||
options:
|
||||
-v, --version print version and exit
|
||||
-s, --sort-keys sort object keys
|
||||
-i, --in-place overwrite the file
|
||||
-t CHAR, --indent CHAR character(s) to use for indentation
|
||||
-v, --version print version and exit
|
||||
-s, --sort-keys sort object keys
|
||||
-i, --in-place overwrite the file
|
||||
-t CHAR, --indent CHAR character(s) to use for indentation
|
||||
-c, --compact compact error display
|
||||
-V, --validate a JSON schema to use for validation
|
||||
-e, --environment which specification of JSON Schema the validation file uses
|
||||
|
||||
|
||||
## Module interface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user