I have a very simple JSON array (please focus on "points.bean.pointsBase" ):
var mydata = {"list": [ {"points.bean.pointsBase": [ {"time": 2000, "caption":"caption text", duration: 5000}, {"time": 6000, "caption":"caption text", duration: 3000} ] } ] };
But, unfortunately, he does not show anything.
When I change "points.bean.pointsBase" to the fact that without dots in the name - everything works!
However, I cannot change this name to anything else without dots, but do I need to get the value ?!
Are there any options for getting it?
json javascript object arrays
Nik Sumeiko Apr 05 '10 at 6:21 2010-04-05 06:21
source share