You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shenyu.apache.org by qi cz <qi...@apache.org> on 2021/12/08 09:42:02 UTC

[new feature] Disscusion

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.