1

Possible Duplicates:
Parsing JSON objects to c#
What JSON library works well for you in .NET?

Is there a class for parsing JSON objects like XDocument for XML? If not what's the easiest way to parse and use JSON objects in C# 4.0?

1
  • There are already MANY questions that answer this question. Check them out. Commented May 22, 2011 at 6:25

2 Answers 2

3

How about using JSON.NET?

Examples on their website :-)

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

Comments

0

There are many library for json parsing in any language , and also there are many libraries for .net languages.You better to have a look at the bottom of this page:

here

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.