Loading...
To access sub-objects contained within a dataset (i.e., go deeper in the object tree), use the dot . notation.
.
{d.firstname} is a {d.type.name}
John is a human
{ "firstname": "John", "type": { "id": 1, "name": "human" } }