JSON deserialize
I'm receiving from API a "json" string that have double quotes in value, something like this
Is there a way that can I deserialize to an object?
Is there a way that can I deserialize to an object?
var response = "{"details": "This is the "result" of the details"}"