feat(JSON for modern C++): Integrate nlohmann_json library
Integrates the commonly used JSON library for convenient parsing of custom properites, carring object data encoded as string.
parent
6e9f25c7
No related branches found
No related tags found
Showing
- NOTICE.md 6 additions, 0 deletionsNOTICE.md
- README.md 5 additions, 4 deletionsREADME.md
- engine/BUILD.bazel 2 additions, 0 deletionsengine/BUILD.bazel
- engine/CMakeLists.txt 22 additions, 21 deletionsengine/CMakeLists.txt
- engine/third_party/deps.bzl 2 additions, 0 deletionsengine/third_party/deps.bzl
- engine/third_party/nlohmann_json/BUILD.bazel 0 additions, 0 deletionsengine/third_party/nlohmann_json/BUILD.bazel
- engine/third_party/nlohmann_json/nlohman_json.BUILD 6 additions, 0 deletionsengine/third_party/nlohmann_json/nlohman_json.BUILD
- engine/third_party/nlohmann_json/nlohman_json.bzl 17 additions, 0 deletionsengine/third_party/nlohmann_json/nlohman_json.bzl
- engine/third_party/nlohmann_json/nlohmann_json.BUILD 6 additions, 0 deletionsengine/third_party/nlohmann_json/nlohmann_json.BUILD
- engine/third_party/nlohmann_json/nlohmann_json.bzl 17 additions, 0 deletionsengine/third_party/nlohmann_json/nlohmann_json.bzl
- utils/ci/conan/conanfile.txt 1 addition, 0 deletionsutils/ci/conan/conanfile.txt
- utils/ci/conan/recipe/nlohmann_json/all/conandata.yml 21 additions, 0 deletionsutils/ci/conan/recipe/nlohmann_json/all/conandata.yml
- utils/ci/conan/recipe/nlohmann_json/all/conanfile.py 60 additions, 0 deletionsutils/ci/conan/recipe/nlohmann_json/all/conanfile.py
- utils/ci/conan/recipe/nlohmann_json/config.yml 20 additions, 0 deletionsutils/ci/conan/recipe/nlohmann_json/config.yml
- utils/ci/scripts/20_configure.sh 1 addition, 0 deletionsutils/ci/scripts/20_configure.sh
engine/third_party/nlohmann_json/BUILD.bazel
0 → 100644
Please register or sign in to comment