Is there a library to read JSON in C# on Windows Mobile? [closed]

放肆的年华 提交于 2019-11-27 15:34:05

Json.NET supports the .NET 3.5 compact framework.

Have you looked at what the "missing" classes actually have to do for the existing libraries? If they're reasonably simple to implement yourself, that would be my first suggestion - then contribute the results back to those projects.

look here- several C# json libraries to pick from. also, "manually" parsing JSON from string is not all that difficult.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!