YAJL 1.0.12
|
#include <yajl_gen.h>
Data Fields | |
unsigned int | beautify |
const char * | indentString |
configuration structure for the generator
unsigned int yajl_gen_config::beautify |
generate indented (beautiful) output
const char* yajl_gen_config::indentString |
an opportunity to define an indent string. such as \t or some number of spaces. default is four spaces ' '. This member is only relevant when beautify is true