LoginSignup
5
6

More than 5 years have passed since last update.

JSONを綺麗に表示したいよ

Posted at

jqを使うよ
http://stedolan.github.io/jq/

さっきコーヒーアイコンのお兄さんに教えてもらったんだよ

さっそくcurlするよ

curl https://coffeeyoshida.com/api/v1/ikemens/coffee | jq '.'

綺麗に表示されるよ

{
  "name": "CoffeeYoshida",
  "work": "Jedi",
}

されたよ

5
6
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6