Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Auto generated API documentation and code listings for yajl
| 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] |