mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
c0f5e2056b
git-svn-id: svn://svn.code.sf.net/p/cjson/code@63 e3330c51-1366-4df0-8b21-3ccf24e3d50e
6 lines
164 B
C
6 lines
164 B
C
#include "cJSON.h"
|
|
|
|
// Implement RFC6901 (https://tools.ietf.org/html/rfc6901) JSON Pointer spec.
|
|
cJSON *cJSONUtils_GetPointer(cJSON *object,const char *pointer);
|
|
|