skip to Main Content

Deserialize JSON message in run time

I'm trying to deseralizse a JSON message in run time and extract the values then assign to variables. dynamic Json = JsonConvert.DeserializeObject(result); This is value deserialised in Json variable which I found in debugger {{ "geo": [ { "x": 16324865.646724658,…

VIEW QUESTION
Back To Top
Search