Dealing with some minified json, switching to iTerm, doing `pbpaste | json_pp | pbcopy` and having a clean output is _so_ nice.
if [ `uname` == "Darwin" ]; then pbcopy else xsel --clipboard fi