ruslanashaari
11/7/2017 - 11:28 PM

display beautiful json api with curl command

to curl some json data from api url, we can use;

  1. postman
  2. curl command through terminal

this command will beautify those json data into much readable format

curl [url] | python -mjson.tool