79273579

Date: 2024-12-12 01:21:37
Score: 1.5
Natty:
Report link

I found an issue on ESP32 that I was able to fix it like that:

const char * jsonString = cJSON_PrintUnformatted(doc);
//...
cJSON_free((void*)jsonString);
cJSON_Delete(root);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Neilor Mendes