nested key in bindings
Murat Cetin
mcetin71 at gmail.com
Wed Sep 21 14:20:11 UTC 2016
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
More information about the nashorn-dev
mailing list