Wrap all results that are non-JSONObject into {"result": <message>}.
Currently, we implement this in components, but it makes sense to implement it once in the sailor, as there are already at least 2 components that have they wrapped results into JSONObject in theirs code: restapi, salesforce (Magic updates).
This will keep stable runtime mapper processing of messages at the next steps.