Given a tree of cJSON items, you can print them as a string using cJSON_Print . char *string = cJSON_Print(json);. It ...
確定! 回上一頁