SyntaxFix
Write A Post
Hire A Developer
Questions
You could pipe the output to jq. If you python script contains something like
jq
print json.dumps(data)
then you can fire:
python foo.py | jq '.'