Hi,

I read a .js file that results in Bindings that have a nested key value
structure, e.g, key1: value1, value1 : [key2, key3, key4], key2: [value2,
value3], and etc. Bindings.get(Object) will only return key1..I cannot
chain multiple get calls and I don't see a method to get to say key2.. Am I
doing something wrong? or does the get call only support flat structures?

thanks,
Murat

Reply via email to