MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / cJSON_PrintUnformatted

Function cJSON_PrintUnformatted

eval/LANE_evaluation/lane2d/src/cJSON.c:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 return print_value(item, 0, 1);
454}
455char *cJSON_PrintUnformatted(cJSON *item)
456{
457 return print_value(item, 0, 0);
458}
459
460/* Parser core - when encountering text, process appropriately. */
461static 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