I need to be able top return directly { “myJson”: “value” } instead of { “result”: { “myJson”: “value” } }
I’ve got a webservice that I must use that I don’t own and it’s expecting a certain format and I can’t tell it to change.
How do I get cloud code to stop wrapping my response?