ToJSON provide a simple web-based interface to convert your XML strings or files into properly formatted JSON. You send us some XML, we send you back the JSON equivalent.
ToJSON can help you
ToJSON allows you to convert both xml files and strings. You send us your XML, we'll parse it out and send it right back as properly formatted JSON.
If you're doing this on the fly with JavaScript, we even provide a JSONP service so that you can easily convert XML documents into something a bit more manageble.
To speed things up, we even provide a caching layer to ensure that we're only parsing files that need to be parsed.
We have a pretty simple API that you can use and a few guidelines for you to follow. Other than that, the service is essentially free!