Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
JsonReaderStackItem Struct Reference

Public Types

enum  State { BeforeStart , Started , Closed }
 

Public Member Functions

 JsonReaderStackItem (const Value *value, State state)
 

Public Attributes

const Valuevalue
 
State state
 
SizeType index
 

Member Enumeration Documentation

◆ 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().


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