MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / cJSON_PrintUnformatted

Function cJSON_PrintUnformatted

common/map_sdk/transmission/src/cJSON.cpp:364–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362/* Render a cJSON item/entity/structure to text. */
363char *cJSON_Print(cJSON *item) { return print_value(item, 0, 1); }
364char *cJSON_PrintUnformatted(cJSON *item) { return print_value(item, 0, 0); }
365
366/* Parser core - when encountering text, process appropriately. */
367static const char *parse_value(cJSON *item, const char *value) {

Callers 1

ToStringMethod · 0.85

Calls 1

print_valueFunction · 0.85

Tested by

no test coverage detected