C 实现解析Json字符串

    除了C的标准库以外,依赖两个数据结构的实现,C 实现ArrayMap字典映射 和 C 实现泛型ArrayList数组。实现了标准的json结构解析,并提供一套访问json数据对象属性的接口。git     首先,看数据结构的定义。json typedef enum { json_object, json_array, json_string, json_float, json_n
相关文章
相关标签/搜索