jsonfmt

Build Status

A tiny command line program for pretty printing/formatting of json files.

Usage examples

Prettify and overwrite an existing file: jsonfmt some_file.json

Read json from stdin, prettify it and print to stdout: cat in_file.json | jsonfmt

Read json from stdin, minimize it and write it to a new file: cat in_file.json | jsonfmt -m -o out_file.json

Changelog

0.3.0

0.2.0

0.1.1

0.1.0