ujson
Complete and simple JSON reader and writer written in C
Data Fields
ujson_writer Struct Reference

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)
 

Detailed Description

A JSON writer.

Definition at line 30 of file ujson_writer.h.

Field Documentation

◆ err_print

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.

◆ out

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.


The documentation for this struct was generated from the following file: