hi,
i have following json
-
-
-
- {
- "nodeHierarchy": [{
- "L1": "Mechanical"
- }, {
- "L2": "nical"
- }, {
- "L3": "nical2"
- }],
- "weightage": "34",
- "dateFrom": "01 jan 2020",
- "dateTo": "04 Feb 2020",
- "WSID": "Rky6",
- "scope": "4234",
- "IsLeafNode": true,
- "Parentnode": [{
- "L1": "Mechanical"
- }, {
- "L2": "nical"
- }]
- }
the L1,L2 is dyanamic it can increase or decrese in both nodeHierarchy and Parentnode keys.
pls tel me how can i make a c# class for above structure.
yours sincerley