This is part of the JSON i get from foursquare.
JSON
tips: { count: 2, groups: [ { type: \"others\", na
I think you need something like:
var text= data.response.venue.tips.groups[0].items[1].text;