Hi,
It seems I have come across an issue with how the JSON is displayed when getting the JSON from a view where I link a Field to an additional view and then show a field from that linked view.
How It Should Work:
Lets say I have two views:
If View A is linked to View 1 with a related field, the JSON should be formatted as follows, where the view A details are nested underneath View 1.
But this is not how it works.
How It Currently Works - Bug:
See the issue how fields A, B & C are in the same group as View 1, where there is no distinction in how the fields are associated. This problem compounds itself when the data is more complex.
Can it be fixed?