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

Some tweaks: * Make `json.h` an IWYU import header. * Change `Reader::parse` to take its `document` parameter as `std::string_view`. * Add `static void StreamWriterBuilder::updateDefaults(const Json::Value& settings);` * Allows to set...

WIP - look at moving the `JSONCPP_HAS_STRING_VIEW` to configure time from compile time. This is so that there cannot be a mismatch between the compiled library objects and the headers....

```cpp json\include\json\allocator.h(53,14) : error C2760: syntax error: unexpected token 'static_cast', expected 'type specifier' json\include\json\allocator.h(51,8) : message : This diagnostic occurred in the compiler generated function 'void Json::SecureAllocator::construct(T *,Args &&...)' json\include\json\allocator.h(74)...

``` { "root": { "A": [ [ [ [ 1.0000008344650269, -9.0, 8.742284762774943e-08 ], [ 4.0, -1.9999996423721313, 3.4969113471561286e-07 ], [ 8.999999046325684, 12.000000953674316, 7.868048896852997e-07 ], [ 14.0, -1.9999988079071045, 1.2239188436069526e-06 ], [ 17.0,...

**Describe the bug** I try to transform uint64 value to hexadecimal string using static function toHex16Bit(), but compiler gives an error that function toHex16Bit is not a member of Json....

I am using Visual Studio 2026 and I am getting the following error when I try to run the commands in the wiki. Here is the error I get: error:...

Good afternoon, I am getting the following error when trying to run the conan command specified in the wiki. I get the following error when trying to run the command:...