SlingModelExporter with Parsys
Hi all,
I'm struggling with exporting JSON from a component with a Parsys.
Basically I have this component (a sort of container) without fields but only with a parsys.
This parsys could only accept one type of child component.
Now i'm interested to export a JSON of this "father" component using a SlingModelExporter.
I've already made the exporter for child component and it's fine. Can you show me some example?