yajl_callbacks

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

yajl_boolean
int function(void*, int) yajl_boolean;
Undocumented in source.
yajl_double
int function(void*, double) yajl_double;
Undocumented in source.
yajl_end_array
int function(void*) yajl_end_array;
Undocumented in source.
yajl_end_map
int function(void*) yajl_end_map;
Undocumented in source.
yajl_integer
int function(void*, long) yajl_integer;
Undocumented in source.
yajl_map_key
int function(void*, const(ubyte)*, size_t) yajl_map_key;
Undocumented in source.
yajl_null
int function(void*) yajl_null;
Undocumented in source.
yajl_number
int function(void*, const(char)*, size_t) yajl_number;
Undocumented in source.
yajl_start_array
int function(void*) yajl_start_array;
Undocumented in source.
yajl_start_map
int function(void*) yajl_start_map;
Undocumented in source.
yajl_string
int function(void*, const(ubyte)*, size_t) yajl_string;
Undocumented in source.

Meta