nested navigation as json using content fragments
Hi,
criteria: provide navigation data as json to other front end applications.
Here is sample navigation I am looking to generate


I have below structure to generate navigation menu up to 3 levels.
Navigations structure:
- name (top menu item)
- isActive
- description
- link (sub menu link href)
- linklabel (sub menu link label)
sub menu can have other nested sub menus.
How can I achieve this using content fragments ? It seems "fragment reference" only outputs the cf path rather than data of fragment referred. I do not see any "nested multifield" support for content fragments.
Thanks,
Sri