Home > Net >  Parsing the Json data?
Parsing the Json data?

Time:12-05

Json string: "{" points" : {" point ": [{" x" : 12, "y" : 0}, {" x ": 120," y ": 0}]," point ": [{" x" : 13, "y" : 10}, {" x ": 130," y ": 10}]}," size ": [{" with" : 108}, {" with ": 117}]}"
Want to structure for List< point node; List And the size node for List<, Obj>

CodePudding user response:

To use Newtonsoft Json parsing, before I use JObject. Parse analytic point node is only a group of don't know why, in the way point a list of four, and I want to point according to the structure, two a group,
  •  Tags:  
  • C#
  • Related