Parsing dynamic JSON string into string in C# using JSON.NET
问题 This is my first little project on C# and JSON. I'm asked to parse a JSON file into the following: I'm trying to create a windows form whose body will contain the content of a JSON string in the following format: Name of the object (Label) name of the attribute of the object - (TextBox) editable value (Label) name of the attribute of the object - (TextBox) editable value ... I have approx 35 attributes per object in the json file and 8 objects. There are around 50 different attributes in