{"id":929,"date":"2017-02-10T14:13:09","date_gmt":"2017-02-10T05:13:09","guid":{"rendered":"http:\/\/blue-bear.jp\/kb\/?p=929"},"modified":"2022-06-18T11:42:16","modified_gmt":"2022-06-18T02:42:16","slug":"php-json-%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e3%83%87%e3%82%b3%e3%83%bc%e3%83%89%e3%81%97%e3%81%a6%e9%85%8d%e5%88%97%e5%8c%96%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"https:\/\/blue-bear.jp\/kb\/php-json-%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e3%83%87%e3%82%b3%e3%83%bc%e3%83%89%e3%81%97%e3%81%a6%e9%85%8d%e5%88%97%e5%8c%96%e3%81%99%e3%82%8b\/","title":{"rendered":"[php] JSON \u6587\u5b57\u5217\u3092\u30c7\u30b3\u30fc\u30c9\u3057\u3066\u9023\u60f3\u914d\u5217\u5316\u3059\u308b"},"content":{"rendered":"\n<p>JSON\u6587\u5b57\u5217\u3092\u30c7\u30b3\u30fc\u30c9\u3057\u3066\u9023\u60f3\u914d\u5217\u5316\u3059\u308b\u306b\u306fjson_decode\u3092\u4f7f\u7528\u3059\u308c\u3070\u3001\u7c21\u5358\u306b\u9023\u60f3\u914d\u5217\u5316\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u4f8b\uff1a<\/h3>\n\n\n\n<p>JSON<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$json =\"[\n  {\n    \"id\": \"1\",\n    \"name\": \"sato teru\",\n    \"age\": \"20\"\n    \"sex\": \"man\"\n  },\n  {\n    \"id\": \"2\",\n    \"name\": \"maeda teruko\",\n    \"age\": \"23\"\n    \"sex\": \"woman\"\n  }\n]\";<\/pre>\n\n\n\n<p>\u914d\u5217\u5316\u5f8c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>var_dump(json_decode($json));<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">array[0]\n  {\n    \"id\": \"1\",\n    \"name\": \"sato teru\",\n    \"age\": \"20\"\n    \"sex\": \"man\"\n  }\narray[1]\n  {\n    \"id\": \"2\",\n    \"name\": \"maeda teruko\",\n    \"age\": \"23\"\n    \"sex\": \"woman\"\n  }<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>JSON\u6587\u5b57\u5217\u3092\u30c7\u30b3\u30fc\u30c9\u3057\u3066\u9023\u60f3\u914d\u5217\u5316\u3059<\/p>\n","protected":false},"author":1,"featured_media":927,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[140,39],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/929"}],"collection":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/comments?post=929"}],"version-history":[{"count":3,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/929\/revisions"}],"predecessor-version":[{"id":3316,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/929\/revisions\/3316"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media\/927"}],"wp:attachment":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media?parent=929"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/categories?post=929"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/tags?post=929"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}