json_reformat - A simple json reformatting tool
Contents
Description
json_reformat reads json data from standard input and sends formatted data to standard output. It
attempts to format for readability by default and returns success (zero result) if the input file is
valid, and failure (nonzero result) otherwise.
Name
json_reformat - A simple json reformatting tool
Options
-e escape any forward slashes (for embedding in HTML)
-m minimize json rather than beautify
-s reformat a stream of multiple json entities
-u allow invalid UTF8 inside strings during parsing
Synopsis
json_reformat [options] < input-file [> output-file]
