For CURL
$ curl <url> | python -m json.tool
Likewise you may use any output by command appending the terminal command
$ <terminal command to output json code> | python -m json.tool
Comments
Post a Comment