C#C
C#2y ago
rcnespoli

JSON deserialize

I'm receiving from API a "json" string that have double quotes in value, something like this
var response = "{"details": "This is the "result" of the details"}"

Is there a way that can I deserialize to an object?
Was this page helpful?