XMLtoJSON is application to convert huge XML files to JSON format.
Where other apps are failing to convert huge XML files to JSON because of high memory consumption, XMLtoJSON app is converting files via streams with low memory usage and still with great speed.
Using XMLtoJSON app, you can configure how XML attributes should be translated to JSON attributes and how XML text is named in JSON. Also, you can configure whether all values should be quoted or only strings should be quoted.
点击按钮跳转至开发者官方下载地址...