Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 187 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 187 Bytes

JSON Beautifier

Takes either a file or stdin, and outputs a pretty-printed JSON to the standard output.

Usage

json-beautifier -f ./file.json

cat ./file.json | json-beautifier