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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -