JQuery get data from JSON array

后端 未结 4 1886
半阙折子戏
半阙折子戏 2020-12-15 11:34

This is part of the JSON i get from foursquare.

JSON

tips: {
    count: 2,
    groups: [
    {
        type: \"others\",
        na         


        
4条回答
  •  失恋的感觉
    2020-12-15 11:43

    I think you need something like:

    var text= data.response.venue.tips.groups[0].items[1].text;
    

提交回复
热议问题