Question:
I have a JSON response which i generated a model from. the JSON data has various branches with data as shown below.I have various branches in this JSON response which i need to use. i generated a model class from this JSON as shown below
Answer:
You can parse your json and read it by linq. ToObject method help you to convert nodes to specific class. I have taken json text in InputJson variable and then paresed it.If you have better answer, please add a comment about this, thank you!