python json en retrait

import json
mydata = json.loads(output)
print json.dumps(mydata, indent=4)
WaWalex