I'm running a light webserver using .Net Microframework and I was wondering what libraries would work well for for mainly JSON serialization, but possibly deserialization as well.
Problem I've found with a lot of JSON libraries is they use fancy .Net features not available in MF, and are more complicated then what I need.
I could easily write a simple library to accomplish my tasks but I was wondering if anything else was available.
Thanks
Not sure if you've tried Json.NET as it has solution files for Silverlight and WindowsPhone. The implication being that if it works in restricted environments like those it may work in the .NET Microframework.