json-c
0.14
|
Do not use, json-c internal, may be changed or removed at any time. More...
Data Structures | |
struct | json_object |
union | json_object::data |
Macros | |
#define | LEN_DIRECT_STRING_DATA 32 |
Typedefs | |
typedef void( | json_object_private_delete_fn )(struct json_object *o) |
typedef enum json_object_int_type | json_object_int_type |
Enumerations | |
enum | json_object_int_type { json_object_int_type_int64, json_object_int_type_uint64 } |
Functions | |
void | _json_c_set_last_err (const char *err_fmt,...) |
Variables | |
const char * | json_number_chars |
const char * | json_hex_chars |
Do not use, json-c internal, may be changed or removed at any time.
#define LEN_DIRECT_STRING_DATA 32 |
< how many bytes are directly stored in json_object for strings?
typedef enum json_object_int_type json_object_int_type |
typedef void( json_object_private_delete_fn)(struct json_object *o) |
enum json_object_int_type |
void _json_c_set_last_err | ( | const char * | err_fmt, |
... | |||
) |
const char* json_hex_chars |
const char* json_number_chars |