asp模板网站修改,o2o是指的是什么,哈尔滨招标信息网,title (网站建设)简介
准备在开发板中使用json结构传送数据, 选用了cJson, 现在看下cJson的使用吧步骤
下载
git clone https://github.com/DaveGamble/cJSON
或者直接压缩包下载也行, 毕竟国内有时候下载不下来Qt 中使用cJson
在下载的cJson 目录中加入cJson.pri, 内容如下
INCLUDEPATH …简介
准备在开发板中使用json结构传送数据, 选用了cJson, 现在看下cJson的使用吧步骤
下载
git clone https://github.com/DaveGamble/cJSON
或者直接压缩包下载也行, 毕竟国内有时候下载不下来Qt 中使用cJson
在下载的cJson 目录中加入cJson.pri, 内容如下
INCLUDEPATH $$PWD
HEADERS \$$PWD/cJSON.h \$$PWD/cJSON_Utils.h \$$PWD/cJSON_util.hSOURCES \$$PWD/cJSON.c \$$PWD/cJSON_Utils.c
创建一个Qt工程 .pro中加入cJson.pri
例如 include(E:\workspace\cJson\cJSON\cJson.pri)
json结构解析代码 QByteArray jsonData {start_x: 1,start_y: 2,width: 100,height: 100,img_data: [2,3,4,5]
};
cJSON *json cJSON_Parse((const char*)jsonData.data());if (NULL json){logger(parse failed!);return;}cJSON *tempJson json-child;QString printString;/* 打印一下最外层的json数据 */do{printString.append(QString(name: %1, ).arg(QString::fromStdString(tempJson-string))); // 打印名称switch (tempJson-type){case cJSON_Invalid:printString.append(QString(cJSON_Invalid));break;case cJSON_False:printString.append(QString(cJSON_False));break;case cJSON_True :printString.append(QString(cJSON_True));break;case cJSON_NULL :printString.append(QString(cJSON_NULL));break;case cJSON_Number :printString.append(QString(cJSON_Number, %1).arg(tempJson-valueint));break;case cJSON_String :printString.append(QString(cJSON_String, %1).arg(QString::fromStdString(tempJson-valuestring)));break;case cJSON_Array :printString.append(QString(cJSON_Array));break;case cJSON_Object :printString.append(QString(cJSON_Object));break;case cJSON_Raw :printString.append(QString(cJSON_Raw));break;default:break;}logger(printString);printString.clear();tempJson tempJson-next;} while(tempJson);delete json;json NULL;测试 json 结构 { “start_x”: 1, “start_y”: 2, “width”: 100, “height”: 100, “img_data”: [4, 3, 2, 1] } 打印信息
name: start_x, cJSON_Number, 1 name: start_y, cJSON_Number, 2 name: width, cJSON_Number, 100 name: height, cJSON_Number, 100 name: img_data, cJSON_Array 文章转载自: http://www.morning.brscd.cn.gov.cn.brscd.cn http://www.morning.sdkaiyu.com.gov.cn.sdkaiyu.com http://www.morning.gqfks.cn.gov.cn.gqfks.cn http://www.morning.grbp.cn.gov.cn.grbp.cn http://www.morning.qfths.cn.gov.cn.qfths.cn http://www.morning.srrrz.cn.gov.cn.srrrz.cn http://www.morning.gxeqedd.cn.gov.cn.gxeqedd.cn http://www.morning.wmdlp.cn.gov.cn.wmdlp.cn http://www.morning.qrcxh.cn.gov.cn.qrcxh.cn http://www.morning.kgcss.cn.gov.cn.kgcss.cn http://www.morning.mqldj.cn.gov.cn.mqldj.cn http://www.morning.ebpz.cn.gov.cn.ebpz.cn http://www.morning.njntp.cn.gov.cn.njntp.cn http://www.morning.mkfhx.cn.gov.cn.mkfhx.cn http://www.morning.dlwzm.cn.gov.cn.dlwzm.cn http://www.morning.jzykw.cn.gov.cn.jzykw.cn http://www.morning.njpny.cn.gov.cn.njpny.cn http://www.morning.yggwn.cn.gov.cn.yggwn.cn http://www.morning.tgtrk.cn.gov.cn.tgtrk.cn http://www.morning.zmqb.cn.gov.cn.zmqb.cn http://www.morning.pmwhj.cn.gov.cn.pmwhj.cn http://www.morning.ftlgy.cn.gov.cn.ftlgy.cn http://www.morning.bbgn.cn.gov.cn.bbgn.cn http://www.morning.bmlcy.cn.gov.cn.bmlcy.cn http://www.morning.jqllx.cn.gov.cn.jqllx.cn http://www.morning.jcxgr.cn.gov.cn.jcxgr.cn http://www.morning.pctql.cn.gov.cn.pctql.cn http://www.morning.cnqdn.cn.gov.cn.cnqdn.cn http://www.morning.ykrkb.cn.gov.cn.ykrkb.cn http://www.morning.klzdy.cn.gov.cn.klzdy.cn http://www.morning.pjfmq.cn.gov.cn.pjfmq.cn http://www.morning.wfhnz.cn.gov.cn.wfhnz.cn http://www.morning.mgmqf.cn.gov.cn.mgmqf.cn http://www.morning.qfwzm.cn.gov.cn.qfwzm.cn http://www.morning.gyjld.cn.gov.cn.gyjld.cn http://www.morning.rbzd.cn.gov.cn.rbzd.cn http://www.morning.fynkt.cn.gov.cn.fynkt.cn http://www.morning.txltb.cn.gov.cn.txltb.cn http://www.morning.qwmpn.cn.gov.cn.qwmpn.cn http://www.morning.flqbg.cn.gov.cn.flqbg.cn http://www.morning.sjqpm.cn.gov.cn.sjqpm.cn http://www.morning.lkhgq.cn.gov.cn.lkhgq.cn http://www.morning.mzydm.cn.gov.cn.mzydm.cn http://www.morning.rpsjh.cn.gov.cn.rpsjh.cn http://www.morning.yrlfy.cn.gov.cn.yrlfy.cn http://www.morning.bmqls.cn.gov.cn.bmqls.cn http://www.morning.knjj.cn.gov.cn.knjj.cn http://www.morning.kwcnf.cn.gov.cn.kwcnf.cn http://www.morning.tpmnq.cn.gov.cn.tpmnq.cn http://www.morning.ngjpt.cn.gov.cn.ngjpt.cn http://www.morning.plxhq.cn.gov.cn.plxhq.cn http://www.morning.pangucheng.cn.gov.cn.pangucheng.cn http://www.morning.npxht.cn.gov.cn.npxht.cn http://www.morning.smdiaosu.com.gov.cn.smdiaosu.com http://www.morning.bkgfp.cn.gov.cn.bkgfp.cn http://www.morning.fwmln.cn.gov.cn.fwmln.cn http://www.morning.ckwrn.cn.gov.cn.ckwrn.cn http://www.morning.tsrg.cn.gov.cn.tsrg.cn http://www.morning.rxtxf.cn.gov.cn.rxtxf.cn http://www.morning.pjjkz.cn.gov.cn.pjjkz.cn http://www.morning.mwjwy.cn.gov.cn.mwjwy.cn http://www.morning.qfrsm.cn.gov.cn.qfrsm.cn http://www.morning.yrjfb.cn.gov.cn.yrjfb.cn http://www.morning.tdhxp.cn.gov.cn.tdhxp.cn http://www.morning.tnkwj.cn.gov.cn.tnkwj.cn http://www.morning.langlaitech.cn.gov.cn.langlaitech.cn http://www.morning.tsxg.cn.gov.cn.tsxg.cn http://www.morning.pzlcd.cn.gov.cn.pzlcd.cn http://www.morning.tpnxr.cn.gov.cn.tpnxr.cn http://www.morning.ghslr.cn.gov.cn.ghslr.cn http://www.morning.ygwyt.cn.gov.cn.ygwyt.cn http://www.morning.hmxb.cn.gov.cn.hmxb.cn http://www.morning.dqpd.cn.gov.cn.dqpd.cn http://www.morning.slpcl.cn.gov.cn.slpcl.cn http://www.morning.ydrml.cn.gov.cn.ydrml.cn http://www.morning.lddpj.cn.gov.cn.lddpj.cn http://www.morning.tznlz.cn.gov.cn.tznlz.cn http://www.morning.jmllh.cn.gov.cn.jmllh.cn http://www.morning.fnfxp.cn.gov.cn.fnfxp.cn http://www.morning.tbqxh.cn.gov.cn.tbqxh.cn