update 2026-07-24 18:11:38

This commit is contained in:
action
2026-07-24 18:11:38 +08:00
parent 2cae7975b1
commit 75e8d52691
25 changed files with 131 additions and 259 deletions
+1
View File
@@ -80,6 +80,7 @@ extern cJSON *cJSON_CreateObject(void);
extern void cJSON_Minify(char *json);
// These utilities create an Array of count items.
extern cJSON *cJSON_CreateIntArray(int *numbers,int count);
extern cJSON *cJSON_CreateStringArray(const char **strings,int count);
// Append item to the specified array/object.
extern void cJSON_AddItemToArray(cJSON *array, cJSON *item);