搜索资源列表
json-c-0.9.tar
- JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使J
testjson
- json解析器,基于jsonc的class封装,更加方便-json parser based on jsonc the class package, the more convenient
CPPSDK-v1.2
- 腾讯微博最新版C++SDK,SDK源码包含以下内容:json和xml解析器,字符串格式转换,http同步和异步请求,OAuth授权 引用第三方库:curllib.dll,ssleay32.dll,libeay32.dll和openldap.dll,生成QWBlogAPI.d-Tencent microblogging latest version C++SDK for, SDK source code contains the following: json, xml parser, str
json
- c语言源码实现json格式数据生成和解析。-c language json format data generation and parsing
libjson-master
- json 解析,libjson is a simple library without any dependancies to parse and pretty print the json format (RFC4627). The JSON format is a concise and structured data format. -libjson is a simple library without any dependancies to parse and pretty
libcommon
- 一些常用的通用数据结构处理库,包括双向链表、Hash Map、MD5加解密、HTTP/HTTPS上传下载、JSON解析等。-some common datastructure library,such as linked-list,hash map,md5,http/https download/upload,json parser,and so on
PbJson
- 纯PB代码编写的json解析例程,需要其他动态库或组件即可直接运行,绿色环保-Pure PB code written json parsing routines, needs other dynamic libraries or components can be run directly, green
jsoncpp-master
- c++解析json字符串的类,可编译成静态库-c++ parse json string class, can be compiled into a static library
libqjson
- QT json解析库,源码,QT json解析库,源码-JSON QT parsing library, source code
69159016yckzdm
- org.json包是另一个用来beans,collections,maps,java arrays 和XML和JSON互相转换的包,主要就是用来解析Json数据,在其官网http://www.json.org/上有详细讲解,有兴趣的可以去研究。-beans,collections,maps,java arrays
JsonAnalysis
- 自己写的json解析库,可以适应各种json字符串,可以直接加到项目中使用-Write their own json parsing library, you can adapt to a variety of json string, you can add directly to the project
cJSON_test.tar
- JSON格式如何使用,可以移植到很多MCU上,IOT中数据格式解析时,有可能会有用;(How to use JSON, supply some method. cJSON can be used in such occasion like IOT project, it can be easily moved to some platform.)
MFC-tndlysis
- C ++, MFC, VC json analysis C++,MFC,VC json解析(C + +, MFC, VC json analysis C + +, MFC, VC json parsing)
cjson
- C下json结构体的接口函数,封装结构到解析结构一步到位。(/* The cJSON structure: */ typedef struct cJSON { struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ struct cJSON *child; /*
src修改为c++并且使用fm和type查询
- json数据解析,将解析数据存储在list中,便于调用(JSON data parsing, parsing data stored in list, easy to call)