how do i fetch object from nested object which is an array in jaspersoft

for example : 

{

id : 1,

fruits : [

{

mango : 2,

apples : 3

}

]

how am i supposed to fetch field mango and its value that is 2, what i could think of is $F{fruits}.get(0).get(0)

i might sound dumb but please answer 

arshadshafi4565's picture
Joined: Feb 8 2023 - 2:05am
Last seen: 3 months 2 weeks ago

0 Answers:

No answers yet
Feedback