Nyx Node
Loading...
Searching...
No Matches
nyx_dict_iter_t Struct Reference

Struct describing a JSON dict iterator. More...

#include <nyx_node.h>

Collaboration diagram for nyx_dict_iter_t:

Data Fields

size_t idx
 Current zero-based iteration index.
 
struct nyx_dict_node_s * head
 Next JSON object to visit.
 

Detailed Description

Struct describing a JSON dict iterator.

Definition at line 1161 of file nyx_node.h.

Field Documentation

◆ idx

size_t nyx_dict_iter_t::idx

Current zero-based iteration index.

Definition at line 1163 of file nyx_node.h.

◆ head

struct nyx_dict_node_s* nyx_dict_iter_t::head

Next JSON object to visit.

Definition at line 1165 of file nyx_node.h.


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