Suppose I want to transform this JSON: ```json { "id": 0, "user": {"name": "Joe"} } ``` How can I use the `name` of the `user` in the mappings? Is something like `... rr:column "user.name"` possible?
Suppose I want to transform this JSON:
{ "id": 0, "user": {"name": "Joe"} }How can I use the
nameof theuserin the mappings? Is something like... rr:column "user.name"possible?