har html
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python2.7
|
||||
import sys, json
|
||||
if __name__ == '__main__':
|
||||
fp = sys.stdin
|
||||
data = json.loads(fp.read())
|
||||
print json.dumps(data, indent=2, separators=(',',':'))
|
||||
Reference in New Issue
Block a user