Do I have a JSON object that looks like:
{"application":{"desiredState":"STOPPED"}}
I need to create this object at runtime in DataWeave based on the value of desiredState passed at runtime which could be STOPPED or STARTED.
How can I do that in DataWeave 2.0 ?