Reputation: 11
I have data in .json file.
My json contains data like this,
enter image description here
I am looking for ways to parse it in c#. Hope everybody help please
Upvotes: 0
Views: 3142
Reputation: 106
Two options:
Upvotes: 2