C C++语言JSON处理库 用C/C++语言编写的JSON处理库,windows和linux系统均可用。 使用简单: 读取JSON: JsonObjectjson=JsonObject("{"A":1,"B":"2"}"); intA=json.GetValueInt("A"); stringB=json.GetVa