How would I aggregate data (java.util.Map) format to construct a JSON payloads. Eg -
"listings": [
{
"listingId":"7676762734623",
"section": "section-100",
"products":
[
{"row":"A4","seat":"11"}
]
},
... 100 more such listings arrays