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

Hi All, The MSVC team recently test JsonCpp project and found JsonCpp failed to run "jsoncpp_readerwriter" and "jsoncpp_readerwriter_json_checker" tests on release and debug configuration on Windows_x86 and windows_x64. Below are...

I was able to compile jsoncpp (x64-windows-static) with the latest vcpkg. cpkg will automatically compile jsoncpp version 1.9.5. I copied the Lib file and Header file to my project. v...

I have encountered some problems with floating point conversion ```C++ Json::Value ReadFromString(std::string& strJson) { try { const auto rawJsonLength = static_cast(strJson.length()); JSONCPP_STRING err; Json::Value root; Json::CharReaderBuilder builder; const std::unique_ptr reader(builder.newCharReader());...

**Describe the bug** Segfault on construction of class using json in a multi threaded application. gdb output: ``` [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Program received...

**Describe the bug** When installing `jsoncpp` through pacman, it fails to retrieve the package resulting in a failure to install. **To Reproduce** Steps to reproduce the behavior: 1. Run `sudo...

Hello! While investigating a different issue I stumbled up this: https://github.com/open-source-parsers/jsoncpp/blob/a1f1613bdd81bf28289e8d3fbeb4eb78b82fb203/meson.build#L12 Seems like that the version did not get updated to `1.9.5` in the above file. Not sure what kind...

I tried to install the amalgamated version of jsoncpp by pasting json.h, json-forwards.h to the Header files folder and jsoncpp.cpp to the Source files folder and even included the "include"...

**Is your feature request related to a problem? Please describe.** We found a case in our CMake script where `jsoncpp`, rather than `jsoncpp_lib`, is mistakenly used in `target_link_libraries()`. As a...

[root@iZuf6gy6qwvkl8mkdltvefZ build]# cmake -DCMAKE_BUILD_TYPE=release -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DARCHIVE_INSTALL_DIR=. -G "Unix Makefiles" .. -- JsonCpp Version: 1.9.5 CMake Error at src/lib_json/CMakeLists.txt:202 (install): install TARGETS given unknown argument "OBJECTS". -- Configuring incomplete, errors...

**Describe the bug** Here is a full description, https://github.com/cpm-cmake/CPM.cmake/issues/299. **To Reproduce** 1. Build the problem with a CMake 2. CMake _build_ and _install_ the project at the same time. **Expected...