Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Json Library for .Net Microframework

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

like image 218
Ryu Avatar asked Feb 25 '11 19:02

Ryu


1 Answers

There is a lightweight JSON parser in the NetduinoHelpers library that is specifically built to minimize footprint: http://netduinohelpers.codeplex.com/

like image 193
Bertrand Le Roy Avatar answered Oct 30 '22 01:10

Bertrand Le Roy