I have a json that contain of many layers, it's easy to take what already at the first layer but when it goes deeper, I can't use it. For example. I want to get name of the Role to use for displaying in my table.
This is my table column:
{ "data": "userName", "width": "20%" },
{ "data": "email", "width": "20%" },
{ "data": "userroles.role.name", "width": "20%" }
Edit: Link for my Json https://jsoneditoronline.org/#left=local.tanavo&right=local.huvuqa
JSON structure to which this should be applied: