Relative Content

Tag Archive for jsonjolt

How to map a list of id’s to list of objects

How to stitch list of id’s for each object of a list? In the below request, I want to stitch the id to each fruit and return the object. For each fruit one id from id’s should be stitched.

Jolt nested conditions

I would like to check a condition and based on the type, would like to check another condition.
For BookingType:3, If TrackingList is available in the input, output should have a flag “TrackingAvailable” : “Y”. For all other bookingTypes we should not display this flag.