yajl.c.parse

Undocumented in source.

Members

Aliases

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

Enums

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

Functions

yajl_alloc
yajl_handle yajl_alloc(const(yajl_callbacks)* callbacks, yajl_alloc_funcs* afs, void* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_complete_parse
yajl_status yajl_complete_parse(yajl_handle hand)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_config
int yajl_config(yajl_handle h, yajl_option opt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_free
void yajl_free(yajl_handle handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_free_error
void yajl_free_error(yajl_handle hand, ubyte* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_get_bytes_consumed
size_t yajl_get_bytes_consumed(yajl_handle hand)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_get_error
ubyte* yajl_get_error(yajl_handle hand, int verbose, const(ubyte)* jsonText, size_t jsonTextLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_parse
yajl_status yajl_parse(yajl_handle hand, const(ubyte)* jsonText, size_t jsonTextLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
yajl_status_to_string
const(char)* yajl_status_to_string(yajl_status code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta