4 #ifndef RUDIMENTS_JSONSAX_H 5 #define RUDIMENTS_JSONSAX_H 7 #include <rudiments/private/jsonsaxincludes.h> 24 virtual bool objectStart();
27 virtual bool memberStart();
30 virtual bool memberName(
const char *name);
33 virtual bool valueStart();
36 virtual bool stringValue(
const char *value);
39 virtual bool numberValue(
const char *value);
42 virtual bool trueValue();
45 virtual bool falseValue();
48 virtual bool nullValue();
51 virtual bool arrayStart();
54 virtual bool arrayEnd();
57 virtual bool valueEnd();
60 virtual bool memberEnd();
63 virtual bool objectEnd();
65 #include <rudiments/private/jsonsax.h>