debian man page for json_verify

Query: json_verify

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

JSON_VERIFY(1)						      General Commands Manual						    JSON_VERIFY(1)

NAME
json_verify - A simple json verification tool.
SYNOPSIS
json_verify [options] < input-file
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.
OPTIONS
-q quiet mode -c allow comments -u allow invalid utf8 inside strings
AUTHORS
Lloyd Hilaiel <lloyd@hilaiel.com> 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 Dec 2011 JSON_VERIFY(1)
Related Man Pages
insanity-dumpresults-json(1) - debian
json_xs(1p) - debian
jsonlint(1) - debian
json_pp(1) - centos
json_pp5.18(1) - mojave
Similar Topics in the Unix Linux Community
PHP 5.6 to PHP 7.0 Notes