Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to read this json value from vb.net using json parse, Kindly guide me

{
"pages":
{
"Pagename":"Home.aspx",
"querystringvalues": [
{
"key":"info",
"experssion": "^1-9a-z",
"IsEncrypt":"True"

}
]
}
}


What I have tried:

"pages":
{
"Pagename":"Home.aspx",
"querystringvalues": [
{
"key":"info",
"experssion": "^1-9a-z",
"IsEncrypt":"True"

}
]
}
}
Posted
Updated 13-Sep-18 21:49pm
Comments
dan!sh 14-Sep-18 1:45am    
Have a you had a look at methods provided by NewtonSoft library? It is quite popular library for JSON related operations.

1 solution

 
Share this answer
 
Comments
Graeme_Grant 14-Sep-18 7:16am    
5'd ... thanks for linking my article... :)
Maciej Los 14-Sep-18 7:21am    
Thanks and you're very welcome ;)

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