JSON解析包 libjson

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-04-02 09:59:15

软件介绍

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;
}

本文地址:https://www.codercto.com/soft/d/2683.html

Never Lost Again

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 转换

RGB HSV 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具