JSON Library

Does anyone know of a JSON library for the .NET framework?

I made a simple framework that converts c# objects, arrays and arrays of objects to json output. I’ll see if I can post the code.

I posted my code here: http://code.tinyclr.com/project/343/json-generation-library/

Thanks for that! Much appreciated.

Does anybody have JSON deserialization?
WouterH library is great (http://www.tinyclr.com/codeshare/entry/282). I am using it all over the place.
But now I need deserialization.

Make one! :wink:

@ andre.m - Thank you!

Working on that. Just want to be sure I don’t do something that somebody else already did. :slight_smile:

@ Makla - have you seen this one http://www.tinyclr.com/codeshare/entry/357

Yes I did.