Skip to content

Instantly share code, notes, and snippets.

@mscalora
Created April 20, 2017 21:47
Show Gist options
  • Save mscalora/e43bce3d60c4beaddd9f14cb64dca3b0 to your computer and use it in GitHub Desktop.
Save mscalora/e43bce3d60c4beaddd9f14cb64dca3b0 to your computer and use it in GitHub Desktop.
# pipe filter
python -c 'import json,sys; d = json.load(sys.stdin); print(json.dumps(d,separators=(",", ":")))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment