Project DescriptionThe Json.NET library makes working with JSON formatted data in .NET simple. Quickly read and write JSON using the JsonReader and JsonWriter or serialize your .NET objects with a single method call using the JsonSerializer. Json.NET's features include:
- LINQ to JSON
- Lightning fast JsonReader and JsonWriter
- The JsonSerializer for quickly converting your .NET objects to JSON and back again
- Json.NET can optionally produce well formatted, indented JSON for debugging or display
- Attributes like JsonIgnore and JsonProperty can be added to a class to customize how a class is serialized
- Ability to convert JSON to and from XML
DocumentationQuick Starts & API Documentation -
http://james.newtonking.com/projects/json/help/ RequirementsJson.NET 2.0 requires .NET 3.5. If you are running .NET 2.0 then use
Json.NET 1.3.1.
My BlogMy blog can be found at
http://james.newtonking.com where I post news and updates about Json.NET.