Documentation
¶
Overview ¶
Jsonfmt reformats JSON data.
Usage:
jsonfmt [-f template] [-o output] [file...]
Jsonfmt reads the named files, or else standard input, as JSON data and then reprints that same JSON data to standard output.
The -f flag specifies a template to execute on the JSON data. The output of the template is printed to standard output instead of reformatted JSON.
The -o flag specifies the name of a file to write instead of using standard output.
Click to show internal directories.
Click to hide internal directories.