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://codercto.com/soft/d/2683.html

Flexible Pattern Matching in Strings

Flexible Pattern Matching in Strings

Gonzalo Navarro、Mathieu Raffinot / Cambridge University Press / 2007-7-30 / USD 64.99

String matching problems range from the relatively simple task of searching a single text for a string of characters to searching a database for approximate occurrences of a complex pattern. Recent ye......一起来看看 《Flexible Pattern Matching in Strings》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具