jsoncpp icon indicating copy to clipboard operation
jsoncpp copied to clipboard

A C++ library for interacting with JSON.

Results 118 jsoncpp issues
Sort by recently updated
recently updated
newest added

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. ##...

- 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. ![image](https://user-images.githubusercontent.com/91321880/154115487-fd58abb7-b80f-4351-a6b1-619aaf8d0654.png) ![image](https://user-images.githubusercontent.com/91321880/154115551-c91ec9d4-6ac3-4efd-a40c-6d36c47fa815.png) ![image](https://user-images.githubusercontent.com/91321880/154115627-504a41e1-27c3-410d-97ae-dea394623100.png)...

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...