Skip to content

Commit

Permalink
pypp - don't output space after comma at EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Sep 30, 2010
1 parent eb26aea commit 8b0c83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypp
@@ -1 +1 @@
python -c "import sys, json; data = sys.stdin.read(); print json.dumps(json.loads(data), sort_keys=True, indent=4);"
python -c "import sys, json; data = sys.stdin.read(); print json.dumps(json.loads(data), sort_keys=True, indent=4, separators=(',', ': '))"

0 comments on commit 8b0c83f

Please sign in to comment.