|
libscipaper 1.0.x
|
This struct discribes a parsed entry or file. More...
#include <nxjson.h>
Data Fields | |
| nx_json_type | type |
| type of json node, see above | |
| const char * | key |
| key of the property; for object's children only | |
| const char * | text_value |
| text value of STRING node | |
| long long | int_value |
| the value of INTEGER or BOOL node | |
| double | dbl_value |
| the value of DOUBLE node | |
| int | length |
| number of children of OBJECT or ARRAY | |
| struct nx_json * | child |
| points to first child | |
| struct nx_json * | next |
| points to next child | |
| struct nx_json * | last_child |
This struct discribes a parsed entry or file.