Read JSON with ASP.NET 2.0 VB.NET?
How can I read JSON with ASP.NET 2.0? Unfortunately we are unable to upgrade the application because of backward com开发者_如何学运维patibility issues.
JSON.NET is a good library on codeplex. It's very easy to use and although the current version is 4.0 there is an older 2.0 version. I've used the 3.5 version and it worked a treat.
This page contains some demos and an overview of what to expect.
You can also install ASP.NET AJAX 1.0 extension. it includes classes that provide help with JSON data.
精彩评论