About JSONLIB
JSONLIB is a JSON data format handling class library for .NET, intended to be easy to write and easy to use tool, which integrates into code inline and not depending of other classes. So it does not uses serialization (although it might include it in the future releases). It uses simple constructors and regex based parsing, and it maybe isn't the fastest one (I'm not really testing it), but instead has to be to the simplest possible.
Classes
JSONObject
JSONArray
JSONValue
JSONLIB in action
Wiki: JSONArray
Wiki: JSONObject
Wiki: JSONValue
Wiki: Working with JSONLIB