-
Hello,
I've debugged this and this function is returning null while parsing the status. I have a simple Daemonset with this status:
```
status:
currentNumberScheduled: 1
numberMisschedule…
-
**Describe the bug**
Got an error from lua
```
2024/08/19 14:58:25 [error] 36#36: *771 lua entry thread aborted: runtime error: content_by_lua(nginx.conf:24):2: module 'cjson' not found:
…
-
I would like to display a hint in the filebrowser, that a tag/taf is actually marked as hidden. The hide information is stored within the json file. Can this information be also provided in the fileIn…
-
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…
-
can you help me with cjson.lua required by suriwire, link....
-
I'm geting a `fatal error: 'cJSON.h' file not found`. How are you installing cJSON? It doesn't seem that `libcjson-dev` or `libcjson-1` packages are making a difference. I'm trying this on Debian 11.
-
Hi.
I try to build it on termux.
toxcore and libsodium got installed with few acrobatics.
now i get error from tuntox :
~/tuntox $ make CFLAGS="-I$PREFIX/include"
GEN gitversion.h
CC …
-
Hi,
I guess cJON_SetValuestring could be renamed to cJSON_SetStringValue in line with the other cJSON_Set*Value functions?
Regards,
GW
-
Hello! Thank you so much for your work! I have a JSON parse problem. It returns NULL what could be the problem ??? The rest cJSON_CreateObject (), cJSON_AddStringToObject (), cJSON_AddItemToObject (),…
-
I noticed that cJSON does not correctly handle objects with circular references (commit `3249730`).
For instance, I can have 3 objects that points each other, e.g., A->B->C->A, the function `cJSON_D…