I have a JSON response data as follows
{"response":"9",
"status":"Success",
"msg":"Valid Access",
"data":[{"id":"1","title":"A"},
{"id":"2","title":"B"},
{"id":"3","title":"C"}]
}
How can I fetch only the data array using jquery?
Showing error as parsererror; SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 666 of the JSON data
in console while parse/stringify