logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

json_verify - A simple json verification tool.

Authors

       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.

json_verify                                         Apr 2014                                      JSON_VERIFY(1)

Description

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

Name

       json_verify - A simple json verification tool.

Options

-c     allow comments

       -q     quiet mode

       -s     verify a stream of multiple json entities

       -u     allow invalid utf8 inside strings

Synopsis

json_verify [options] < input-file

See Also