Snippets

stíobhart matulevicz Pretty Print JSON

Created by stíobhart matulevicz
1
2
3
4
5
6
7
8
9
import json


#snippedy-doo-da

#jsondata = the json in question
#useful for dumping JSON response wodge into a file for picking through

print json.dumps(jsondata, sort_keys=True, indent=4)

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.