Resolved: how to split the json value using c#

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:
here how to split the district – > id which has value “3650117d-e60e-4b1d-897e-df5d6728a6a6”
thanks..

Best Answer:

You can parse it using Newtonsoft from Nuget. ie:
Output:

If you have better answer, please add a comment about this, thank you!

Source: Stackoverflow.com