DOKK / manpages / debian 12 / yajl-tools / json_verify.1.en
JSON_VERIFY(1) General Commands Manual JSON_VERIFY(1)

json_verify - A simple json verification tool.

json_verify [options] < input-file

json_verify reads json data from standard input. It returns success (zero result) if the input file is valid, and failure (nonzero result) otherwise.

allow comments
quiet mode
verify a stream of multiple json entities
allow invalid utf8 inside strings

Lloyd Hilaiel <me@lloyd.io>

This manual page was written by John Stamp <jstamp@users.sourceforge.net>. Permission is granted to redistribute, use, and/or modify this document under the same terms as json_verify itself.

Apr 2014 json_verify