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

Data Fields | |
| size_t | idx |
| Current zero-based iteration index. | |
| struct nyx_list_node_s * | head |
| Next JSON object to visit. | |
Struct describing a JSON list iterator.
Definition at line 1401 of file nyx_node.h.
| size_t nyx_list_iter_t::idx |
Current zero-based iteration index.
Definition at line 1403 of file nyx_node.h.
| struct nyx_list_node_s* nyx_list_iter_t::head |
Next JSON object to visit.
Definition at line 1405 of file nyx_node.h.