")[0] + "}"; this.Arrya_data = JSON.parse(json_string); let datas = this.Arrya_data.entry_data.ProfilePage[0].graphql.user.edge_owner_to_timeline_media.edges; for (i in datas) { url = datas[i].node.display_url; link_url = datas[i].node.shortcode; this.html = `
`; $(".insta-card").append(this.html); } }); } catch (error) { alert(error); } })