i want to get amount value from following json response how to get
Object {readyState: 4, responseText: "{"amount":1231,"firstName":"dfsdf","lastName":"lasernmae","email":"[email protected]"}", status: 200, statusText: "OK"}
complete: function(response)
{
var jsonObject = $.parseJSON(response);
console.debug(jsonObject.responseText.amount);
}
for above coding i am getting Uncaught SyntaxError: Unexpected token o.