The email property is missing quotes. If this is how the value comes from the api, you could add the quotes before deserializing by string manipulation.
If you serialized the response first, the anomalies inside the string will be taken care of. And the you can deserialize the serialized json to tap into each object you need. I would suggest you try the approach and let me know if you have any queries