I have a jsp component where I am displaying the page based on whether some node attributes condition. I have created a.json.jsp for the same page but I need to read the same json format from out of box path if those conditions are not met. If I call the page path /content/abc/a.json, it will be recursive call to same page in my local json page.
How do I tell cq5 to use the default out of box json, not my local json.
There is one out of box url to call page info http://localhost:4502/libs/wcm/core/content/pageinfo.json?path=content/abc/a
but this gives page properties, Is there any url to get page content like we get when calling /content/abc/a.json