cJSON_Utils.h 164 B

12345
  1. #include "cJSON.h"
  2. // Implement RFC6901 (https://tools.ietf.org/html/rfc6901) JSON Pointer spec.
  3. cJSON *cJSONUtils_GetPointer(cJSON *object,const char *pointer);