/jv

Helps you view JSON on the command-line.

Primary LanguageGoMIT LicenseMIT

Go Report Card Build Status

jv

jv (for jsonviewer) helps you view your JSON.

asciicast

Installation

go get -u github.com/maxzender/jv

Example usage

jv file.json

Or by reading from stdin:

jv < file.json
echo '{"foo": "bar"}' | jv