JSON is a light-weight, language independent, data interchange format.
Lightweight and fully OOP, it can be used to generate valid JSON objects in server-side .NET applications.
The library is easily extensible to handle specific implementations to ease the process of incorporating the library into custom projects.
Versions for .NET and Mono are provided.
What's New in This Release: [ read full changelog ]
· Release 1.1 is marked by the addition of the JSONReflector class. JSONReflector accepts an instance of any object and uses standard reflection routines to generate a JSON object.