json-c  0.17
Data Structures | Typedefs | Functions
json_pointer_private.h File Reference

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)
 

Detailed Description

Do not use, json-c internal, may be changed or removed at any time.

Typedef Documentation

typedef int(* json_pointer_array_set_cb)(json_object *parent, size_t idx, json_object *value, void *priv)

Function Documentation

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 
)