开发者

Read JSON with ASP.NET 2.0 VB.NET?

开发者 https://www.devze.com 2023-02-03 21:06 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消