How to convert below json (which can have multiple nested objects) to required ouput using Dataweave?
Input: { “drag”: { “misc”: { “prog”: { “ID”: { “type”: “name”, “value”: “ABC” }, “ID”: { “type”: “standard”, “value”: “PQR” } } } }, “peak”: { “bird”: { “tech”: { “pl”: { “ID”: { “type”: “room”, “value”: “123” }, “ID”: { “type”: “sport”, “value”: “football” } } } } }, “ID”: { “type”: “browser”, […]