XML to JSON converter
Turn XML feeds and documents into JSON you can use in code. Attributes are kept with a prefix, repeated elements become arrays, and the conversion runs locally.
Tooloat runs in your browser and needs JavaScript. It opens in a moment, and your files are processed on your device.
How it works
- Paste your data or open a file.
- Choose the input and output formats.
- Copy or download the converted data.
Why use it
- Attributes preserved.
- Arrays for repeats.
- Large files fine.
- Private.
Questions and answers
How are attributes represented?
They appear as keys with an @ prefix.
Does it work with RSS?
Yes.
Related tools
- Convert JSON, CSV, YAML and XMLSwitch data between formats without a script.
- JSON to XML converterGenerate XML from JSON for systems that still require it.
- JSON formatter and validatorPaste JSON and get it pretty printed, minified or key sorted.
- YAML to JSON converterConvert a YAML file to JSON and catch syntax errors on the way.