Searched refs:cJSON_Parse (Results 1 – 4 of 4) sorted by relevance
84 VerifyOrExit((jsonString = cJSON_Parse(aJsonString.c_str())) != nullptr, ret = false); in JsonString2String()856 …VerifyOrExit((jsonActiveDataset = cJSON_Parse(aJsonActiveDataset.c_str())) != nullptr, ret = false… in JsonActiveDatasetString2Dataset()874 VerifyOrExit((jsonDataset = cJSON_Parse(aJsonPendingDataset.c_str())) != nullptr, ret = false); in JsonPendingDatasetString2Dataset()1090 VerifyOrExit((jsonJoinerInfo = cJSON_Parse(aJsonJoinerInfo.c_str())) != nullptr, ret = false); in JsonJoinerInfoString2JoinerInfo()
153 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value);
1180 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value) in cJSON_Parse() function
2486 json = cJSON_Parse(str); in JSON_read()