void testJson() { char *out;cJSON *json,*jsonTemp; json=cJSON_Parse((char *)USART1_RX_BUF); if (!json) {printf("Error before: [%s]\n",cJSON_GetErrorPtr());} ...
確定! 回上一頁