v1101
26-10-2020
Hello Community - I have a property that is having a JSON value in the page's jcr:content. Basically, I wanted to load the JSON on the page load. Can someone provide the best approach to load the JSON?
Ravi_Pampana
MVP
Hi,
We can use Java-Use api or Javascript-use api to read json from the node and display in component html.
You can refer http://aemcorner.blogspot.com/2015/09/render-json-data-using-sightly-custom.html for example.