{"id":1047,"date":"2024-04-16T20:00:45","date_gmt":"2024-04-16T11:00:45","guid":{"rendered":"http:\/\/inwelly.com\/?p=1047"},"modified":"2024-04-21T13:19:10","modified_gmt":"2024-04-21T04:19:10","slug":"javascript-looping-json-array","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=1047","title":{"rendered":"JAVASCRIPT Looping JSON Array"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>var json = [{&#8220;code&#8221;:&#8221;02000000&#8243;,&#8221;name&#8221;:&#8221;level1-2&#8243;},{&#8220;code&#8221;:&#8221;01000000&#8243;,&#8221;name&#8221;:&#8221;level1&#8243;}] ;<\/p>\n\n\n\n<p>for(var i = 0; i &lt; json.length; i++)<br>{<br>&nbsp; var obj = json[i];<br>&nbsp; console.log(obj.code, obj.name);<br>}<\/p>\n<\/blockquote>\n\n\n\n<p>\/\/ \uacb0\uacfc<br>02000000 level1-2<br>01000000 level<\/p>\n","protected":false},"excerpt":{"rendered":"<p>var json = [{&#8220;code&#8221;:&#8221;02000000&#8243;,&#8221;name&#8221;:&#8221;level1-2&#8243;},{&#8220;code&#8221;:&#8221;01000000&#8243;,&#8221;name&#8221;:&#8221;level1&#8243;}] ; for(var i = 0; i &lt; json.length; i++){&nbsp; var obj = json[i];&nbsp; console.log(obj.code, obj.name);} \/\/ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1279,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-1047","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/1047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1047"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/1047\/revisions"}],"predecessor-version":[{"id":1048,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/1047\/revisions\/1048"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/media\/1279"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1047"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1047"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}