KeyValue.__anonymous

Undocumented in source.
struct KeyValue
union __anonymous {}

Members

Variables

subkeys
KeyValue[] subkeys;

The subkeys of this KeyValue, if hasSubkeys is true.

value
string value;

The value of this KeyValue, if hasSubkeys is false.

Meta