mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
add cJSON_Utils which includes JSON Pointer implementation
git-svn-id: svn://svn.code.sf.net/p/cjson/code@63 e3330c51-1366-4df0-8b21-3ccf24e3d50e
This commit is contained in:
5
cJSON_Utils.h
Normal file
5
cJSON_Utils.h
Normal file
@ -0,0 +1,5 @@
|
||||
#include "cJSON.h"
|
||||
|
||||
// Implement RFC6901 (https://tools.ietf.org/html/rfc6901) JSON Pointer spec.
|
||||
cJSON *cJSONUtils_GetPointer(cJSON *object,const char *pointer);
|
||||
|
Reference in New Issue
Block a user