JSON解析包 libjson
- 授权协议: LGPL
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: http://projects.snarc.org/libjson/
- 软件文档: http://projects.snarc.org/libjson/chapter1.html
软件介绍
libjson 是一个完全兼容 JSON 规范的 json 格式数据的 C 语言解析包。
示例代码:
int ret;
json_parser parser;
ret = json_parser_init(&parser, NULL, my_callback, my_callback_data);
if (ret) {
fprintf(stderr, "something wrong happened during init\n");
return ret;
}
Never Lost Again
[美] Bill Kilday / HarperBusiness / 2018-5-29 / USD 8.00
As enlightening as The Facebook Effect, Elon Musk, and Chaos Monkeys—the compelling, behind-the-scenes story of the creation of one of the most essential applications ever devised, and the rag-tag tea......一起来看看 《Never Lost Again》 这本书的介绍吧!
RGB HSV 转换
RGB HSV 互转工具
HEX HSV 转换工具
HEX HSV 互换工具
