-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
-
cjson.h 中,cJSON_CreateNumber 没有定义,如果使用了 cJSON_AddNumberToObject,无法编译
#define cJSON_AddNumberToObject(object,name,n) cJSON_AddItemToObject(object, name, cJSON_CreateNumber(n))
-
I had recently upgraded from aws-sdk-cpp 1.9.96 to 1.9.160, and in this update, the cJSON.h has been customized to redefine many functions to use the CJSON_AS4CPP convention.
The previous implement…
-
Hi,
I'm compiling cJSON using CMake FetchContent with LLVM clang 16 on Windows:
```
> clang.exe --version
clang version 16.0.0
Target: x86_64-pc-windows-msvc
Thread model: posix
InstalledDi…
-
ref https://github.com/ostreedev/ostree-rs-ext/pull/652#discussion_r1702163548
Today the [image spec talks about canonical JSON](https://github.com/opencontainers/image-spec/blob/39ab2d54cfa8fe1bee…
-
Add requirements:
- libcurl for general
- cJson for requirement features
- pandoc, plantuml and tex libraries for pdf generator
- CMake for building
Add description for building using CMake
…
-
Hi,
After a while that the program runs (about 30 hours) the esp creshes with LoadProhibitedCause and the core dump report that cJSON_strdup (that was call into cJSON_Duplicate) function cannot acces…
-
Currently theres three ways the cJSON struct can be improved:
1. Get rid of `valueint`
2. Use a union for `valuestring` and `valuedouble`
3. Using good names for the elements
If you don't thin…
-
Sometimes you get
```json
"Labels": {
"maintainer": "cockpit-devel@lists.fedorahosted.org",
"containers.composefs.fsverity": "6c8fb1443b014c416e3ebddd8c75307182661f909…