/prettyjson

A super simple JSON pretty-printer.

Primary LanguageGo

prettyjson: JSON formatting utility

This is an extremely simple JSON pretty-printing utility I whipped up to help parse API responses via curl. I've mostly thrown it up here so I can install it elsewhere easily, but maybe you'll find it useful as well.

Installation

  1. Install Go
  2. Create a workspace
  3. go get github.com/justinian/prettyjson
  4. The tool is installed at $GOPATH/bin/prettyjson