c语言 解析json字符串 10
用的是json-c库voidwritefile(char*c){//json_t*r;//r=json_parse_document(c);//json_tree_to_...
用的是json-c库
void writefile(char *c){
// json_t *r;
// r = json_parse_document(c);
//json_tree_to_string(r,&c);
printf("%s\n",c);
//{"result": false, "seq": "20120731123809034506", "errcode": 198}
//应该怎么解析这个字符串求高手帮忙
//json_free_value(&r);
}
curl = curl_easy_init();
curl_easy_setopt(curl,CURLOPT_URL,"url");
curl_easy_setopt(curl,CURLOPT_POSTFIELDS,"json格式字符串");
curl_easy_setopt(curl,CURLOPT_WRITEFUNCTION,writefile);
res = curl_easy_perform(curl);
curl_easy_cleanup(curl); 展开
void writefile(char *c){
// json_t *r;
// r = json_parse_document(c);
//json_tree_to_string(r,&c);
printf("%s\n",c);
//{"result": false, "seq": "20120731123809034506", "errcode": 198}
//应该怎么解析这个字符串求高手帮忙
//json_free_value(&r);
}
curl = curl_easy_init();
curl_easy_setopt(curl,CURLOPT_URL,"url");
curl_easy_setopt(curl,CURLOPT_POSTFIELDS,"json格式字符串");
curl_easy_setopt(curl,CURLOPT_WRITEFUNCTION,writefile);
res = curl_easy_perform(curl);
curl_easy_cleanup(curl); 展开
4个回答
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没看懂
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
有cJSon库啊 。。你没有? 上面有接口 。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询