SyntaxFix
Write A Post
Hire A Developer
Questions
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.
dataType
'json'