[r2]: / trunk / Data Types / JSONNAMEVALUE / svnobj  Maximize  Restore  History

Download this file

9 lines (8 with data), 1.2 kB

1
2
3
4
5
6
7
8
TYPE JSONNAMEVALUE :
STRUCT
	Name:			STRING;	//name of the object at this level
	Value:			STRING;	//value of the object at this level
	ArrayIndex:		UINT;	//array index of the object at this level
	IsArray:		BOOL;
END_STRUCT
END_TYPE