I\'ve tried to parse the following json response with both the JQuery getJSON and ajax:
[{\"iId\":\"1\",\"heading\":\"Management Services\",\"body\":\"
This is a working example and tested!
And the json source is the following (pie.json):
[{ "label": "Series1", "data": 10}, { "label": "Series2", "data": 30}, { "label": "Series3", "data": 90}, { "label": "Series4", "data": 70}, { "label": "Series5", "data": 80}, { "label": "Series6", "data": 110}]