C/C++语言 JSON 处理库

时间:2023-03-18 04:07:35
【文件属性】:

文件名称:C/C++语言 JSON 处理库

文件大小:40KB

文件格式:ZIP

更新时间:2023-03-18 04:07:35

JSON C++ 开源 C语言

用C/C++语言编写的 JSON 处理库,windows 和 linux 系统均可用。 使用简单: 读取JSON: JsonObject json = JsonObject("{"A":1,"B":"2"}"); int A = json.GetValueInt("A"); string B = json.GetValueString("B"); 写JSON: JsonObject json; json.SetValue("A", 1); json.SetValue("B", "2"); string jsonStr = json.ToString();


【文件预览】:
JsonLib
----JsonLib()
--------reader.h(6KB)
--------autolink.h(438B)
--------json_valueiterator.inl(7KB)
--------json_writer.cpp(20KB)
--------config.h(2KB)
--------forwards.h(741B)
--------value.h(33KB)
--------json.h(200B)
--------json_reader.cpp(21KB)
--------writer.h(6KB)
--------json_internalmap.inl(16KB)
--------json_batchallocator.h(4KB)
--------json_value.cpp(38KB)
--------features.h(1KB)
--------json_internalarray.inl(12KB)
----JsonObject.h(2KB)
----JsonObject.cpp(12KB)

网友评论