MCPcopy Create free account
hub / github.com/Bwar/CJsonObject / cJSON_PrintUnformatted

Function cJSON_PrintUnformatted

cJSON.c:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447 return print_value(item, 0, 1);
448}
449char *cJSON_PrintUnformatted(cJSON *item)
450{
451 return print_value(item, 0, 0);
452}
453
454/* Parser core - when encountering text, process appropriately. */
455static const char *parse_value(cJSON *item, const char *value, const char **ep)

Callers 1

ToStringMethod · 0.85

Calls 1

print_valueFunction · 0.85

Tested by

no test coverage detected