Yeppeun

A command line tool with an optional web interface for pretty printing JSON.

Installation
go install github.com/prophittcorey/yeppeun@latest
Usage
The command line tool can be use via pipes.
cat /tmp/dirty.json | yeppeun # outputs pretty json
The web interface can be started by running the executable.
yeppeun --host 0.0.0.0 --port 1234
License
The source code for this repository is licensed under the MIT license, which you can
find in the LICENSE file.