SyntaxFix
Write A Post
Hire A Developer
Questions
try this
$.getJSON(url, function(data){ $.each(data.response.venue.tips.groups.items, function (index, value) { console.log(this.text); }); });