MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSONUtils_GetPointerCaseSensitive

Function cJSONUtils_GetPointerCaseSensitive

cJSON_Utils.c:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON * const object, const char *pointer)
354{
355 return get_item_from_pointer(object, pointer, true);
356}
357
358/* JSON Patch implementation. */
359static void decode_pointer_inplace(unsigned char *string)

Calls 1

get_item_from_pointerFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…