I am trying to use the views datasource module to render an array of JSON objects. That works fine for a while, until I get to an object with a field that should contain an array of 3 more objects.
The 3 objects are referenced in the parent object via a selection option when creating the parent content. I was hoping that this would allow me to render the child objects in full in the JSON, but my only options are label, entity id, and rendered entity(which renders as if markup on a page).
Can the views Datasource module support this? How do I make it happen?
If it does not, do you know any workarounds? Maybe I should just create a custom module to merge the JSON Objects myself?