yajl.c.tree

Undocumented in source.

Members

Aliases

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

Enums

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

Functions

yajl_tree_free
void yajl_tree_free(yajl_val v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_tree_get
yajl_val yajl_tree_get(yajl_val parent, const(char*)* path, yajl_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_tree_parse
yajl_val yajl_tree_parse(const(char)* input, char* error_buffer, size_t error_buffer_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta