1
Well its a JSON inside a JSON. I tried numerous things and nothing worked, so here is an unconventional method to grab the email.
err=err.replace('"{','{').replace('}"','}'). replace(/\\/gi, '')
JSON.parse(input)._body.email;//"Enter a valid email address."
Source:stackexchange.com