- 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.