I solved:
var all = JsonConvert.DeserializeObject<Dictionary<string, string>>(fullData);
Give me a list with
Key: my id
Value: my value
Thanks.
solved Convert JSON object to List C# [closed]
I solved:
var all = JsonConvert.DeserializeObject<Dictionary<string, string>>(fullData);
Give me a list with
Key: my id
Value: my value
Thanks.
solved Convert JSON object to List C# [closed]