Is it possible to get a value out of a literal string in c#? -


i have literal string contains details of json array need extract value in c#

the string looks following:

"{\"field1\":[],\"field2\":333,\"field3\":\"string\".... 

now field2 field wish in isntance, have no idea how in c#

check out newtonsoft.json package on nuget.org, can parse json , can retrieve keys name


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -