Mule: Is there simple way of converting XML to JSON

前端 未结 4 830
一向
一向 2020-12-10 19:51

Is there simple way of converting XML to JSON, without binding XML to a java object first?

Just like how this does it -- http://www.utilities-online.info/xmltojson/

4条回答
  •  轮回少年
    2020-12-10 20:26

    Use the XML to Json transformer in Mule ESB or use the Dataweave transformer.

提交回复
热议问题