In this post, we will see how to resolve how to split the json value using c#
Question:
I am having a JSON file like this:thanks..
Best Answer:
You can parse it using Newtonsoft from Nuget. ie:If you have better answer, please add a comment about this, thank you!
Source: Stackoverflow.com
Leave a Review