maiwald / jv

Helps you view JSON on the command-line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Helps you view JSON on the command-line.

License:MIT License


Languages

Language:Go 100.0%