搜索资源列表
cJSON
- 里面有cJSON的修改版和原版, 修改版支持long long类型(之前项目有需求改的), 原版也在里面并且带有使用例子.. 这是我比较过10几款json库觉得最好用的, 支持中文, dom解析 而且简单易用! 而且我修改后的那个是可以解析long long类型的-There cJSON the modified version of the original and modified version of support for long long type (before
cjson解析文件代码
- cjson解析代码,代码小巧完善,是个非常难得的源代码,你用了就知道
cjson
- json的C实现,非常简洁,基本功能很全面- json english version
cJSON
- cJson是一个老外写的解析代码。在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-cJson parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
cJSON
- cjson用于json数据格式的编码与解码。-cjson json data format used for encoding and decoding.
cJSON
- json协议定义了数据的传输格式,与XML相比更简单。压缩包包含了json的C语言实现,附带测试用例-json protocol defines the format of data transmission, compared with the more simple XML. Json package contains the C language, with a test case
linux_json
- 嵌入式linux cjson 解析,在arm_linux上测试通过!-linux cjson
mud_pcap
- 基于libpacap开发的linux数据包抓包分析工具,多线程,jsonRPC接口获取解析好的数据格式。还包括JNI接口,java前端可以直接调用。 liunx 32位系统,还附带libpcap、cjson、tbb几个高质量开源库。可以直接运行。-Ethereal developed based libpacap linux packet analysis tools, multi-threaded, jsonRPC interface to obtain good data format
json-c-0.11.tar
- json的C语言解析工具,功能完善。但个人认为它没有cJSON好用。-json s parser.
Cjson
- 使用C 解析json数据的一个例子,cJson的使用展示。读取json文件的数据,并将相同日期的数据顺序显示-An example of the use of C json data analysis, cJson use the show. Json file to read the data and display the data in the same order date
cjson
- 自己经常使用的一个开源代码 Cjson 非常好用 超级推荐-开源代码 Cjson
cjson
- cjson 是json格式的解析器,对cjson的使用方法和测试程序。-cjson test
cjson-json--array
- cjson解析复杂的json数据,尤其是带数组的json数据-cjson json array
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.)
cJSON-master
- 基于C语言的JSON函数库,里面包含各种操作函数及测试代码(JSON function library based on C language, which contains a variety of operating functions and test code)
cJSON
- VC++要使用JSON来解析数据,cJSON是一个超轻巧,携带方便,单文件,简单的可以作为ANSI-C标准的JSON解析器。(VC++ uses JSON to parse data, and cJSON is an ultra lightweight, portable, single file, simple JSON parser that can be used as a ANSI-C standard.)
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; /*
stm32_cjsonV1.1
- STM32 cjson移植全部源代码,基于网友版本,修复main函数中free函数为myfree(STM32 cjson transplant all the source code, based on the net friend version, the free function in the main function is myfree)
json
- Cjson 封装源码,在原来基础上对接口进行封装,使用更加方便(cjson Package source code)
单片机cJSON
- 适用于单片机的cjson库,使用内存比价小,可以用于stm32单片机(It is suitable for cjson library of single chip microcomputer, and can be used for stm32 single chip microcomputer)