Hi,
I am working on method to get content fragment as JSON in AEM 6.2 SP1. I am unable to find any information that would be helpful to achieve this.
Is there any way that anyone can help with achieving this in 6.2? I just want to call content fragment using .model.json.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
You need to write a custom JSON exporter because .model.json is only supported in AEM 6.3. You may try building the project and installing, not sure if its gonna work
https://helpx.adobe.com/experience-manager/6-3/release-notes/json-exporter-dev-fp.html
Views
Replies
Total Likes
You need to write a custom JSON exporter because .model.json is only supported in AEM 6.3. You may try building the project and installing, not sure if its gonna work
https://helpx.adobe.com/experience-manager/6-3/release-notes/json-exporter-dev-fp.html
Views
Replies
Total Likes
What you are using the JSON for? Do you want to view the Content Fragment as JSON for reporting purposes?
Views
Replies
Total Likes
Well - if a content fragment is on a page - you can obtain Page information as JSON using the syntax described in this topic:
Views
Replies
Total Likes
Views
Likes
Replies