MCPcopy Index your code
hub / github.com/armink/struct2json / cJSON_Parse

Function cJSON_Parse

struct2json/src/cJSON.c:340–340  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

338}
339/* Default options for cJSON_Parse */
340cJSON *cJSON_Parse(const char *value) {return cJSON_ParseWithOpts(value,0,0);}
341
342/* Render a cJSON item/entity/structure to text. */
343char *cJSON_Print(cJSON *item) {return print_value(item,0,1,0);}

Callers

nothing calls this directly

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected