json_saxy_functions Struct Reference

#include <json.h>


Data Fields

int(* close_array )()
int(* close_object )()
int(* label_value_separator )()
int(* new_false )()
int(* new_null )()
int(* new_number )(char *text)
int(* new_string )(char *text)
int(* new_true )()
int(* open_array )()
int(* open_object )()
int(* sibling_separator )()


Detailed Description

The structure which holds the pointers to the functions that will be called by the saxy parser whenever their evens are triggered

Definition at line 104 of file json.h.


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

Generated on Mon Mar 26 07:00:55 2018 for JSOC_Documentation by  doxygen 1.5.7.1