CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
JSONParseEvent Struct Reference

#include <jsoncommon.h>

Data Fields

JSONParseContextctx
 Current parser context.
 
JsonEventType etype
 Type of event.
 
union { 
 
   int64   intData 
 Integer value (for JSON_Int)
 
   double   floatData 
 Float value (for JSON_Float)
 
   string   strData 
 String value (for JSON_String, JSON_Object_Key, JSON_Error)
 
edata 
 Event-specific data.
 

Detailed Description

JSON parse event

Delivered to callbacks during parsing. Contains the event type, current context, and event-specific data.

Definition at line 105 of file jsoncommon.h.


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