tags:

views:

45

answers:

1

I'm looking forward to write a ASP.NET website which is using JSON to interact with a webservice. JSON.org gives me some choices, but I don't know which is the best, and is there some good libraries that not listed?

Thanks in advance.

+3  A: 

Hands down Json.NET. Simply the best, most flexible, most extensible, easy to use JSON library for .NET.

Igor Zevaka