let result = JSON.parse(data.d);
The current code doesn't seem to be working..
Here is the structure of my JSON object:
[{"ItemId":1,"ItemName":"Sizzler"},{"ItemId":2,"ItemName":"Starter"},{"ItemId":3,"ItemName":"Salad"}]
Any suggestions on how I can properly parse this data?