Search Wiki:
Project Description
The 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

Documentation
Quick Starts & API Documentation - http://james.newtonking.com/projects/json/help/

Requirements
Json.NET 3.0 requires .NET 3.5. If you are running .NET 2.0 then use Json.NET 1.3.1.

My Blog
My blog can be found at http://james.newtonking.com where I post news and updates about Json.NET.

Donate
Json.NET is a free open source project that is developed in personal time. You can show your appreciation for Json.NET and support future development by donating.

Paypal Donate
Last edited Sun at 9:59 PM  by JamesNK, version 8
Comments
No comments yet.

Updating...