Skip to content

Instantly share code, notes, and snippets.

@tjulien
Created October 2, 2010 04:54
Show Gist options
  • Save tjulien/607324 to your computer and use it in GitHub Desktop.
Save tjulien/607324 to your computer and use it in GitHub Desktop.
pretty prints json
#! /bin/bash
# pretty-prints json
# Usage: curl http://foo.com/foo.json | json.sh
python -m json.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment