Accessing nested Records

1 view
Skip to first unread message

Markus

unread,
Apr 8, 2010, 6:05:00 AM4/8/10
to Jaql Users
Hello!

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

Kevin Beyer

unread,
Apr 9, 2010, 11:51:44 AM4/9/10
to jaql-...@googlegroups.com
Markus -- I was able to reproduce the problem on the trunk version.  Expect a fix to appear on trunk sometime next week. -K


--
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.


Kevin Beyer

unread,
Apr 20, 2010, 4:38:02 PM4/20/10
to Jaql Users
The fix has been delivered to the svn trunk.
Reply all
Reply to author
Forward
0 new messages