Query dict object for string array
I have a dict with keys that each contain variable length arrays of strings as their value. I would like to get the array at once and have it returned as list of symbols.
From my query I get this:
parts::akte1[0]
Is there a way to have this atomarray parsed? Alternatively I could just use [js] and parse the json from there, but doing this directly in dict would be more elegant and efficient.
Any solutions on this?
I'm trying to access xy.path[0] in the following dict:
{
"xy" : {
"cursor" : [ 331.719971, 16 ],
"path" : [ [ -334.719971, -6.000015 ], [ 273.280029, -8 ], [ 288.280029, 84.5 ], [ 281.780029, 105.5 ], [ 114.780029, 79.499985 ], [ 60.280029, 86.999985 ], [ -42.719971, 86.500015 ], [ -130.719971, 74 ], [ -214.719971, 43.000015 ] ]
}
}
Any update on this? Having same problem with my json...
Still nothing? I just encountered this same problem with node.script...