Searched refs:sendJSON (Results 1 – 1 of 1) sorted by relevance
688 cJSON *sendJSON; in tcp_command_creat() local690 sendJSON = cJSON_CreateObject(); in tcp_command_creat()691 if (sendJSON == NULL) { in tcp_command_creat()699 cJSON_AddStringToObject(sendJSON, send_paras[num].name, send_paras[num].valuestr); in tcp_command_creat()701 out = cJSON_Print(sendJSON); in tcp_command_creat()704 cJSON_Delete(sendJSON); in tcp_command_creat()717 cJSON_Delete(sendJSON); in tcp_command_creat()