Json:另一个JSON解析器

时间:2021-04-20 05:15:23
【文件属性】:
文件名称:Json:另一个JSON解析器
文件大小:38KB
文件格式:ZIP
更新时间:2021-04-20 05:15:23
C++ 杰森 子模块模板存储库。 其目的是为子模块定义初始项目结构。 子模块应该能够独立运行,或者作为一个组成部分包含在较大的项目中。 如果模块本身需要额外的依赖关系,则应将它们作为子模块包含在模块中。 ${PROJECT}_ExternalTarget变量用于确定是否在本地编译依赖项,或者稍后在较大的项目中解决它们。 如果${PROJECT}_ExternalTarget为false,则应将模块构建为独立项目。 依赖项应遵循相同的命名策略,以使所有内容保持一致。 子模块应相对于${PROJECT}_ExternalTarget变量定义相同的包含和库变量。 例如: set_property ( GLOBAL PROPERTY USE_FOLDERS ON ) # # CMakeLists.txt - in larger project set (Utils_ExternalTarget
【文件预览】:
Json-master
----.gitmodules(207B)
----Json()
--------skJsonObject.cpp(5KB)
--------skJsonPointer.h(2KB)
--------skJsonObject.h(10KB)
--------skJsonInteger.h(2KB)
--------skJsonArray.cpp(3KB)
--------skJsonParser.h(3KB)
--------skJsonPrinter.h(1KB)
--------skJsonToken.h(2KB)
--------skJsonToken.cpp(1KB)
--------skJsonBoolean.h(2KB)
--------skJsonScanner.h(2KB)
--------skJsonType.h(7KB)
--------skJsonArray.h(6KB)
--------skJsonDouble.h(2KB)
--------skJsonType.cpp(2KB)
--------skJsonPrinter.cpp(5KB)
--------skJsonParser.cpp(11KB)
--------skJsonScanner.cpp(6KB)
--------skJsonVisitor.h(3KB)
--------skJsonString.h(1KB)
--------CMakeLists.txt(2KB)
----Jenkinsfile(585B)
----Test()
--------googletest()
--------test2.json(129B)
--------Test1.cpp(11KB)
--------test4.json(22B)
--------test3.json(2KB)
--------CMakeLists.txt(2KB)
----.github()
--------workflows()
----CMake()
--------TestConfig.h.in(1KB)
--------Configure.cmake(1KB)
--------StaticRuntime.cmake(2KB)
--------CMakeLists.txt(2KB)
----Extern()
--------CMakeLists.txt(14B)
--------Utils()
----LICENSE(1KB)
----.clang-format(1KB)
----.gitignore(14B)
----CMakeLists.txt(822B)
----README.md(3KB)
----gitupdate.py(1KB)
----gitupdate.bat(35B)

网友评论