How can I deserialize a JSON string in Mono?

Viewed 22910

How can I deserialize a JSON string in C# (Mono)?

Is there a JSON library and instructions on how to install it? I'm using fedora 14.

3 Answers
Related