The data is coming back as the string representation of the JSON and you aren’t converting it back to a JavaScript object. Set the dataType to just 'json' to have it converted automatically.
The data is coming back as the string representation of the JSON and you aren’t converting it back to a JavaScript object. Set the dataType to just 'json' to have it converted automatically.