json_verify - A simple json verification tool.
Contents
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
