json-c 0.18
|
Do not use, json-c internal, may be changed or removed at any time. More...
Data Structures | |
struct | json_pointer_get_result |
Typedefs | |
typedef int(* | json_pointer_array_set_cb) (json_object *parent, size_t idx, json_object *value, void *priv) |
Functions | |
int | json_pointer_get_internal (struct json_object *obj, const char *path, struct json_pointer_get_result *res) |
int | json_pointer_set_with_array_cb (struct json_object **obj, const char *path, struct json_object *value, json_pointer_array_set_cb array_set_cb, void *priv) |
Do not use, json-c internal, may be changed or removed at any time.
typedef int(* json_pointer_array_set_cb) (json_object *parent, size_t idx, json_object *value, void *priv) |
int json_pointer_get_internal | ( | struct json_object * | obj, |
const char * | path, | ||
struct json_pointer_get_result * | res | ||
) |
int json_pointer_set_with_array_cb | ( | struct json_object ** | obj, |
const char * | path, | ||
struct json_object * | value, | ||
json_pointer_array_set_cb | array_set_cb, | ||
void * | priv | ||
) |