We have the following problem:
We try to access an array like
a = {
name: {
first: uncle,
second: foo
}
}
and type "a.name.first" to get only the value of the 'first' key of
the name record in 'a'. But it returns just the same as "a.name".
{
first: uncle,
second: foo
}
I wonder if this is connected to Issue 22.
Thanks,
Markus
--
You received this message because you are subscribed to the Google Groups "Jaql Users" group.
To post to this group, send email to jaql-...@googlegroups.com.
To unsubscribe from this group, send email to jaql-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jaql-users?hl=en.