Hi, I recently introduced a new feature, https://github.com/apache/incubator-shenyu/pull/2548 you can custom the response data format, support XML and JSON format, default is JSON.
if your upstream data is JSON, and you need the XML data, will convert the JSON to XML. if your upstream data is XML, and you need the JSON data, will convert the XML to JSON. waiting for your suggestions.
