How to deserialize a section of the JSON message using C#?
My C# program will make a REST API call. The response message format is JSON (the converted soap XML message to JSON). The nested JSON response message will be similar to the following: { "soap:Envelope": { "@xmlns:soap": "http://schemas.xmlsoap.org/soap/envelope/", "soap:Header": {…