|
JST: JSON tools
1.0.0
JSON tools dynamic library for reading, manipulating and writing JSON tree
|
A JSON object, a sorted set of named-value pairs. More...
#include <jstools.h>

Data Fields | |
| struct JST_Pair_ ** | items |
| Array of JST_Pair, ordered by JST_Pair.name to ease search with bsearch() More... | |
| unsigned | count |
| Cardinality of the previous array. More... | |
| struct JST_Element_ * | parent |
| of type JST_ArrayItem or JST_Pair, case selector is parent->type More... | |
| struct JST_Pair_ * | first |
| A linked list is mandatory to preserve the properties's order. More... | |
| struct JST_Pair_* first |
| struct JST_Pair_** items |
Array of JST_Pair, ordered by JST_Pair.name to ease search with bsearch()
| struct JST_Element_* parent |
1.8.13