jsoncpp
jsoncpp copied to clipboard
A C++ library for interacting with JSON.
We are getting this error: ``` CMake Error at external/Release/64/jsoncpp/build/install/lib/cmake/jsoncpp/jsoncppConfig.cmake:2 (cmake_policy): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument value. Or, use the ......
- Tweak `runjsontests.py` to allow passing single test case files (which s way easier to get than a dir name under Bazel). - Add tests to the Bazel builds. ##...
Useful when managing submodules
- Expose `JSON_USE_EXCEPTION` and `JSON_HAS_INT64` as Bazel config flags with defaults that match the existing Bazel build. - Switch `//:jsoncpp` from using `copts` to `defines` for `JSON_USE_EXCEPTION` and `JSON_HAS_INT64` so...
This patch adds a new configuration for jsoncpp_test in the BUILD.bazel file.
**Describe the bug** CMake 3.31 emits a deprecation warning. **To Reproduce** Steps to reproduce the behavior: 1. Configure project with CMake 3.31. **Expected behavior** No deprecation warning is emitted. **Additional...
**Describe the bug** Since commit 60ccc1f5deb671e95d2a6cc761f6d03f3c8ade07 ("feat: support std::string_view in Value API"), simple example fails to linker error. **To Reproduce** Steps to reproduce the behavior: 1. Install latest jsoncpp (using...
I failed to build the ALL_BUILD solution with the help of CMake in x64 , Debug , Multi-threaded Debug(MTd) environment and encountered a bug with Jsoncpp_test. 1.   ...
reduce access to all bytes in the string
**Describe the bug** I'm attempting to switch my project's dependencies over to CMake's `FetchContent` functionality, but jsoncpp returns a build error. Full disclaimer, I'm just starting to experiment with the...