JX key-value pairs used by JX_OBJECT and jx::pairs. More...
#include <jx.h>
Data Fields | |
struct jx * | key |
key of this pair | |
struct jx * | value |
value of this pair | |
struct jx_pair * | next |
pointer to next pair |
JX key-value pairs used by JX_OBJECT and jx::pairs.
struct jx* jx_pair::key [read] |
key of this pair
struct jx* jx_pair::value [read] |
value of this pair
struct jx_pair* jx_pair::next [read] |
pointer to next pair