yajl - JSON library working with the compiler. URL: http://lloyd.github.com/yajl/

Dependencies:   mbed

Auto generated API documentation and code listings for yajl

Classes

yajl_alloc_funcs A structure which can be passed to yajl_*_alloc routines to allow the client to specify memory allocation functions to be used
yajl_callbacks Yajl is an event driven parser
yajl_gen_config Configuration structure for the generator
yajl_parser_config Configuration structure for the generator

Code

main.cpp [code]
yajl.c [code]
yajl_alloc.c [code]
yajl_alloc.h [code] Default memory allocation routines for yajl which use malloc/realloc and free
yajl_buf.c [code]
yajl_buf.h [code]
yajl_common.h [code]
yajl_encode.c [code]
yajl_encode.h [code]
yajl_gen.c [code]
yajl_gen.h [code] Interface to YAJL's JSON generation facilities
yajl_lex.c [code]
yajl_lex.h [code]
yajl_parse.h [code] Interface to YAJL's JSON parsing facilities
yajl_parser.c [code]
yajl_parser.h [code]