Any idea on how to do it? If not possible, what\'s a good JSON library for C#?
Another option is to use Mono's implementation of System.Json, I was able to backport it to C# 2.0 with a few minor changes.
You can simply download my C# 2.0 project from here.