I am consuming REST services through API in Mendix
application. But the JSON response received is not in the format I need in Mendix
domain model (for the UI).
How can I achieve this conversion?
Currently I am using import mapping generated automatically using JSON structure to hold the response. And I want to convert this mapping to required structure of domain model.
Any other solution to capture response and process it to required domain model will also be appreciable.