Snippet of code:
var data = $.parseJSON(data);
Error message:
Encountered Invalid JSON: {times: [{'9:30am','10:00am','10:30am','11:00am','11:30am','12:00pm','12:30pm','1:00pm','1:30pm','2:00pm','2:30pm','3:00pm','3:30pm','4:00pm','4:30pm','5:00pm'}]}
I attempted to parse the response as JSON using Ajax,
but I'm perplexed by the appearance of this error.
Please shed some light on this issue for me.
Thank you.