|
Nyx Node
|
Struct describing a JSON dict iterator. More...
#include <nyx_node.h>

Data Fields | |
| size_t | idx |
| Current zero-based iteration index. | |
| struct nyx_dict_node_s * | head |
| Next JSON object to visit. | |
Struct describing a JSON dict iterator.
Definition at line 1161 of file nyx_node.h.
| size_t nyx_dict_iter_t::idx |
Current zero-based iteration index.
Definition at line 1163 of file nyx_node.h.
| struct nyx_dict_node_s* nyx_dict_iter_t::head |
Next JSON object to visit.
Definition at line 1165 of file nyx_node.h.