Go to the documentation of this file. 14 #include <yajl/yajl_gen.h> 15 #include <yajl/yajl_parse.h> 16 #include <yajl/yajl_version.h> 19 #define y(x, ...) yajl_gen_##x(gen, ##__VA_ARGS__) 20 #define ystr(str) yajl_gen_string(gen, (unsigned char *)str, strlen(str)) 22 #define ygenalloc() yajl_gen_alloc(NULL) 23 #define yalloc(callbacks, client) yajl_alloc(callbacks, NULL, client)