1

How can I read JSON with ASP.NET 2.0? Unfortunately we are unable to upgrade the application because of backward compatibility issues.

2 Answers 2

3

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Cheers, exactly what I was after!
0

You can also install ASP.NET AJAX 1.0 extension. it includes classes that provide help with JSON data.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.