I am running a lightweight web server using .Net Microframework, and I was wondering which libraries would work well for JSON serialization, but maybe for deserialization as well.
The problem I found with a lot of JSON libraries is that they use fancy .Net functions not available in MF, and more complicated than what I need.
I could easily write a simple library to accomplish my tasks, but I was wondering if anything else was available.
thanks
Ryu
source share