1.介绍JSON的详细结构以及各语言的JSON解析方法汇总链接:http://www.json.org/json-zh.html
1》LitJSON
is written in C#, and it’s intended to be small, fast and easy to use. It was developed on a GNU/Linux environment, using the Mono framework.LitJSON的使用:http://lbv.github.io/litjson/docs/quickstart.html;
To Be Continued!