[Solved] Json data not converting to List
[ad_1] Firstly, both your input and output JSON are syntactically invalid: they are missing outer braces { and }. For the remainder of this answer, I’m going to assume this is a typo in the question. Assuming you have not done so already, you could install json.net as shown here and then use LINQ to … Read more