cpp-json-example:在C ++中使用JSON的简单示例

时间:2024-06-05 01:06:08
【文件属性】:

文件名称:cpp-json-example:在C ++中使用JSON的简单示例

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-05 01:06:08

C++

cpp-json-example 在C ++中使用JSON的简单示例。 如何构建和测试: sudo apt-get install libgtest-dev git submodule init git submodule update mkdir build cd build cmake .. make make test 例子: $ ./json_example Id: 777123456789 Name: Aleksander Alekseev Phone: 79161234567 --- Birthday --- Year: 1988 Month: 8 Day: 5 ---------------- Original object: User(id = 777123456789, name = Aleksander Alekseev, phone = 791612345


【文件预览】:
cpp-json-example-master
----.clang-format(2KB)
----.gitignore(30B)
----src()
--------Main.cpp(2KB)
--------User.cpp(3KB)
--------Date.cpp(2KB)
----LICENSE(1KB)
----.gitmodules(96B)
----deps()
--------rapidjson()
----README.md(812B)
----tests()
--------TestSerialization.cpp(868B)
--------CMakeLists.txt(506B)
----include()
--------.gitkeep(0B)
--------User.h(814B)
--------Date.h(690B)
----CMakeLists.txt(1KB)

网友评论