2016년 2월 18일 Ubuntu Ubuntu
커맨드 라인에서 curl로 http 호출 후 response가 json인 경우 jq를 사용하면 결과가 이쁘게 출력된다.
$ sudo apt-get install jq $ curl 'http://search.twitter.com/search.json' | jq '.'
http://knight76.tistory.com/2659