Hello,
I think that GetRequest_Submit can't return the response in JSON. But, like you said you can convert XML to JSON.
To do that you will need to map the XML to a structure, this can be achieved with the XML Records extension(https://www.outsystems.com/forge/component/153/xml-records/) then map the structure to JSON, using the platform JSON Serialize function.