{"id":34,"date":"2017-05-12T14:32:21","date_gmt":"2017-05-12T06:32:21","guid":{"rendered":"http:\/\/blog.mrfai.cn\/?p=34"},"modified":"2020-06-06T14:42:03","modified_gmt":"2020-06-06T06:42:03","slug":"php%e5%b0%86json%e8%bd%acobject%e3%80%81array","status":"publish","type":"post","link":"https:\/\/blog.mrfai.cn\/index.php\/2017\/05\/12\/34\/","title":{"rendered":"PHP\u5c06Json\u8f6cObject\u3001Array"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">1\u3001<strong>json\u8f6c\u6210object<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<pre class=\"wp-block-verse\"><code>$object = json_decode($json);<\/code>\n\n\/\/ \u793a\u4f8b\uff1a\n\u5982\u4f55\u8bfb\u53d6\u300c$object\u300d\u7684<em>\u5b57\u6bb5<\/em>\uff1a\n<code>$field = $object -&gt; $field;<\/code><\/pre>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"json\u8f6carray\">2\u3001json\u8f6carray<\/h2>\n\n\n\n<pre class=\"wp-block-verse\"><code>$array = json_decode($json,true);<\/code>\n\n\/\/ \u793a\u4f8b\uff1a\n\u5982\u4f55\u8bfb\u53d6\u300c$array\u300d\u7684\u5b57\u6bb5\uff1a\n<code>$field = $array['filed'];<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001json\u8f6c\u6210object $object = &#8230;<\/p>\n<div class=\"more-link-wrapper\"><a class=\"more-link\" href=\"https:\/\/blog.mrfai.cn\/index.php\/2017\/05\/12\/34\/\">Continue reading<span class=\"screen-reader-text\">PHP\u5c06Json\u8f6cObject\u3001Array<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[5],"class_list":["post-34","post","type-post","status-publish","format-standard","hentry","category-php","tag-php","entry"],"_links":{"self":[{"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/posts\/34","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/comments?post=34"}],"version-history":[{"count":3,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/posts\/34\/revisions"}],"predecessor-version":[{"id":38,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/posts\/34\/revisions\/38"}],"wp:attachment":[{"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/media?parent=34"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/categories?post=34"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/tags?post=34"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}