I\'m geting a JSON response with an AJAX request through JavaScript.
Here is the response:
{\"responseCode\":400,\"errors\":false,\"submitted\":false
Did you first parse json ?
var data = JSON.parse(json);
than read data.content
data.content