← Back to team overview

uonedb-qt team mailing list archive

Re: Referencing Document properties other than the just content text

 

On 2013-03-07 10:46, Kevin Wright wrote:
> For example, I want to make a ListView that contains the JSON string's
> left side values (e.g. 'hello', hello2'), not the right side values.
You can access the keys like this, with standard Javascript:

Object.keys (contents)

for (var i in contents) contents[i]
ciao,
    Christian



Follow ups

References