• Stars
    star
    118
  • Rank 299,021 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Helps you view JSON on the command-line.

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