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

demo: ```c++ std::queue _queue; // thread1: Json::Value root; root["Name"] = "Lucy"; _queue.push(root); // thread2: Json::Value root =_queue.pop(); if(root["Name"].isString()){ //.... } ``` `root["Name"]` cause core dump terminate called after throwing an...

![8B00DA5B-379B-4f1f-B17D-E2E52B46FC97](https://github.com/open-source-parsers/jsoncpp/assets/57176851/4ab95947-d754-417b-bf87-0d71eee741b0) 我不知道这是什么情况,它不应该进入此处代码,但它确实进去了,并且抛出了异常

I realise it's a historic compiler, clinging on for a last few months of support, but some of us still constrained by these things. #define JSONCPP_VERSION_STRING "1.8.4" with the _debug_...

I need CRLF file out , but it is LF. What is missing or wrong?

**Describe the bug** Default settings_ (non strict) allows for both trailing commas and comments. However, an exception is generated on the following JSON ``` "actions": [ {}, // ... ],...

**Describe the bug** In Windows 10 Education 21H2 using json 1.9.3 to write json files, the saved json files are garbled ![image](https://github.com/open-source-parsers/jsoncpp/assets/60308179/ce87d1d7-de37-4e20-ac4e-5fa52d49935d) **To Reproduce** This bug only occurs on certain...

Hello, it's the first time I create an issue under an opensource. We use jsoncpp 0.5.0 version as a third lib. Recently I realize json to struct function base on...

The following is the JSON, which is valid while checking with the online parser at http://json.parser.online.fr/ [{ "op" : "add", "path" : "XYZL_ABCDE", "value" : {"appName" : "TST", "SNO" :...

it return false because the value > 2^32-1