Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 531 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 531 Bytes

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