libscipaper 1.0.x
Data Fields
nx_json Struct Reference

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_jsonchild
 points to first child
 
struct nx_jsonnext
 points to next child
 
struct nx_jsonlast_child
 

Detailed Description

This struct discribes a parsed entry or file.