internal json parser
for complex json data created on server, that they have fileds name like: [['a':1,'b':2],['a':2,'b':3]] ===> can define a field for xaxis and b field for yaxis
xaxis: json[a]
yaxis: json[b]
5
votes
sadegh
shared this idea