cJSON * root = cJSON_CreateObject(); if(!root) { printf("get root faild !\n"); } cJSON_AddItemToObj...