Skip to main content
SundarNarayanan
New Participant
August 23, 2019

render infinity.json with child nodes

  • August 23, 2019
  • 5 replies
  • 12603 views

Hi All,

I have a aem node structure in which certain fields are the path fields(pages are linked) referring to aem node structure of the different pages

when i retrieve the content in json format .infinity.json it pulls the content as such rather than the retrieving the content of the child pages linked

( In simple primary and foreign key relationship of the pages)

is it possible to indicate it to aem servlet so it pulls the structure of the child pages as well when requested in specific format?

Node Structure page 1

--- a

--- b

--- c -- > c1,c2

--- d

here c1,c2 are the pages linked in the page 1 by pathfield

now when i retrieve the content by .infinity.json i could see c1,c2 are getting printed as such but what i want is the system to pull all the nodes in the pages in c1,c2

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

arunpatidar
New Participant
September 16, 2019
SundarNarayanan
New Participant
September 16, 2019

gauravb41175071

Umeshsondhi

Yes i have checked the possibility but i am using aem 6.0 which uses model 1.0 version

it does not work for 6.0

Gaurav-Behl
New Participant
September 16, 2019

In that case you may write a custom code to export json using Jackson/GSON API. Obviously, you'd end up writing a lot of boilerplate code. E.g. https://www.concretepage.com/jackson-api/read-write-json-using-jackson-objectmapper-jsonparser-jsongenerator-example ,https://www.geeksforgeeks.org/convert-java-object-to-json-string-using-jackson-api/ https://www.concretepage.com/jackson-api/read-write-json-using-jackson-objectmapper-jsonparser-jsongenerator-example

Otherwise, as recommended by Adobe, upgrade your AEM version.

Umesh_Sondhi
New Participant
September 2, 2019
Gaurav-Behl
New Participant
August 23, 2019