A JSON interator object context.
More...
#include <jsonp.h>
A JSON interator object context.
Definition at line 157 of file jsonp.h.
◆ spJson
json* json_iterator::spJson |
Pointer to the parent JSON object context.
Definition at line 159 of file jsonp.h.
◆ sppValues
json_value** json_iterator::sppValues |
List of pointers to values.
Definition at line 161 of file jsonp.h.
◆ uiContextIndex
aint json_iterator::uiContextIndex |
◆ uiCount
aint json_iterator::uiCount |
The number of pointers in the list.
Definition at line 162 of file jsonp.h.
◆ uiCurrent
aint json_iterator::uiCurrent |
The current iterator value index.
Definition at line 163 of file jsonp.h.
◆ vpValidate
const void* json_iterator::vpValidate |
Must be the "magic number" to be a valid context.
Definition at line 158 of file jsonp.h.
◆ vpVec
void* json_iterator::vpVec |
Work vector.
Definition at line 160 of file jsonp.h.
The documentation for this struct was generated from the following file:
APG Version 7.0 is licensed under the
2-Clause BSD License,
an Open Source Initiative Approved License.