How to get JSON objects value if it's name contains dots?
- by manakor
I have a very simple JSON array (please focus on "points.bean.pointsBase" object):
var mydata =
{"list":
[
{"points.bean.pointsBase":
[
{"time": 2000, "caption":"caption text", duration: 5000},
{"time": 6000, "caption":"caption text", duration: 3000}
]
}
]
};
// Usually we make smth…