JST: JSON tools
1.0.0
JSON tools dynamic library for reading, manipulating and writing JSON tree
|
A object attribute item has a parent and is a named-typed-value pair. More...
#include <jstools.h>
Data Fields | |
JST_Object * | parent |
This property's owner. More... | |
JST_Element | element |
The value associated with the name. More... | |
char * | name |
This property's name. More... | |
struct JST_Pair_ * | next |
A linked list is mandatory to preserve the properties's order. More... | |
A object attribute item has a parent and is a named-typed-value pair.
JST_Element element |
struct JST_Pair_* next |
JST_Object* parent |