2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

jsonってどんなやつ?どうやってくる予定?

Posted at

requestしてreturnされてきたjsonを受け取ればいいよ。

っていわれても、jsonって
どんなやつなんですか??
どうやってくるんですか???

って、そいつの生い立ちが気になって仕方がない。
それで、今日わかったこと。

JSON (JavaScript Object Notation):軽量のデータ交換フォーマット
どんなやつか:キー・バリュー型(基本的には)
どうやってきたか:HTTPのbody

送るときも、受け取るときも、とりあえずjsonってやつはbodyが大好き。

スクリーンショット 2018-09-19 23.06.18.png

Google Chromeの拡張機能「Restlet Client」を使って試してみたら、イメージがつかめました。

2
2
0

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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?