Click here to Skip to main content
15,921,643 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to connect json file and vb.net page ? How to get value from below json 

format

{  
   "pages":{  
      "Pagename":"Search.aspx",
      "querystrings":[  
         {  
            "key":"linfo",
            "experssion":"^1-9a-z",
            "IsEncrypted":"True"
         }
      ]
   }
}


What I have tried:

How to connect json file and vb.net page ? How to get value from below json 



format

{  
   "pages":{  
      "Pagename":"Search.aspx",
      "querystrings":[  
         {  
            "key":"linfo",
            "experssion":"^1-9a-z",
            "IsEncrypted":"True"
         }
      ]
   }
}
Posted
Updated 17-Sep-18 2:45am

 
Share this answer
 
I wrote an article for questions like this one: Working with JSON in C# & VB[^] ... It will answer all of your questions for you on JSON deserialization...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900