debian man page for json_reformat

Query: json_reformat

OS: debian

Section: 1

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

JSON_REFORMAT(1)					      General Commands Manual						  JSON_REFORMAT(1)

NAME
json_reformat - A simple json reformatting tool
SYNOPSIS
json_reformat [options] < input-file [> output-file]
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.
OPTIONS
-m minimize json rather than beautify -u allow invalid UTF8 inside strings during parsing -e escape any forward slashes (for embedding in HTML)
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_reformat itself. json_reformat Dec 2011 JSON_REFORMAT(1)
Related Man Pages
json_pp(1) - osx
json_write(n) - mojave
insanity-dumpresults-json(1) - debian
json(n) - suse
json_write(n) - osx
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?