ujson
Complete and simple JSON reader and writer written in C
|
A JSON writer. More...
#include <ujson_writer.h>
Data Fields | |
void(* | err_print )(void *err_print_priv, const char *line) |
int(* | out )(struct ujson_writer *self, const char *buf, size_t buf_size) |
A JSON writer.
Definition at line 30 of file ujson_writer.h.
void(* ujson_writer::err_print) (void *err_print_priv, const char *line) |
Handler to print errors and warnings
Definition at line 36 of file ujson_writer.h.
int(* ujson_writer::out) (struct ujson_writer *self, const char *buf, size_t buf_size) |
Handler to produce JSON output
Definition at line 41 of file ujson_writer.h.