Project DescriptionJSON.net makes it easy to consume JSON encoded objects in your application. It features a fast parser and deserializer written in C# 3.0 with a simple and intuitive API making integration in your application a breeze
Features
- Fast JSON parser & deserializer
- Works with the latest JSON specification from http://json.org
- Written in C# using up to C# 3.5 language features, it can be compiled to run on any platform.
- Easy to figure out API allows quick integration in your application
- Descriptive error reporting allows for fast identification of errors in the JSON data
First release is now available!!!