#!/usr/bin/env bash # by Jamie Tanna python -c $'import json\nimport sys\nwith open(sys.argv[1], "r") as f: print(json.dumps(json.load(f)))' $1