◆ State
| Enumerator |
|---|
| BeforeStart | An object/array is in the stack but it is not yet called by StartObject()/StartArray().
|
| Started | An object/array is called by StartObject()/StartArray().
|
| Closed | An array is closed after read all element, but before EndArray().
|
◆ JsonReaderStackItem()
| JsonReaderStackItem::JsonReaderStackItem |
( |
const Value * | value, |
|
|
State | state ) |
|
inline |
◆ index
◆ state
| State JsonReaderStackItem::state |
◆ value
| const Value* JsonReaderStackItem::value |
The documentation for this struct was generated from the following file: