JSONLINT(1) | General Commands Manual | JSONLINT(1) |
jsonlint - A JSON syntax validator and formatter tool
jsonlint [-v][-s|-S][-f|-F][-ecodec]inputfile.json...
This manual page documents briefly the jsonlint commands.
The return status will be 0 if the file is legal JSON, or non-zero otherwise. Use -v to see the warning details.
Options are: -v, -s, -S, -f, -F, -e
When reformatting, all members of objects (associative arrays) are always output in lexigraphical sort order. The default output codec is UTF-8, unless the -e option is provided. Any Unicode characters will be output as literal characters if the encoding permits, otherwise they will be -escaped. You can use "-e ascii" to force all Unicode characters to be escaped.
jsonlint was written by Deron Meranda <deron.meranda@gmail.com>.
This manual page was written by TANIGUCHI Takaki <takaki@debian.org>, for the Debian project (and may be used by others).
2009-12-01 |