නොමිලේ JSON to XML Converter
Convert JSON to XML and XML to JSON, both directions, with attributes and arrays preserved. Runs entirely in your browser — nothing is uploaded.
<?xml version="1.0" encoding="UTF-8"?> <book id="42"> <title>Brave New World</title> <author>Huxley</author> <year>1932</year> <inPrint>true</inPrint> </book>
💡 Attributes map to @name keys and element text to #text; repeated tags become arrays. Use ⇄ to flip the direction and round-trip your data. Everything runs in your browser.
Optimize for your platform
එය ක්රියා කරන්නේ කෙසේද
JSON and XML are the two most common data interchange formats, and you frequently need to move between them. This converts in both directions, in your browser.
- 1You paste JSON or XMLPick a direction with the ⇄ toggle. The input is parsed locally — JSON with JSON.parse, XML with the browser's DOMParser.
- 2It maps the structuresGoing to XML, object keys become elements, "@name" keys become attributes, and arrays repeat a tag. Going to JSON, attributes become "@name" keys, repeated tags become arrays, and numbers/booleans are coerced.
- 3You get clean, indented outputThe result is pretty-printed and ready to use.
- 4Round-trip if you likeThe ⇄ button feeds the output back as input so you can convert back and check.
Config and data files can be sensitive. Both directions run entirely on your device — nothing is uploaded.
අපගේ දේ ඇයි භාවිතා කරන්නේ?
සම්බන්ධ මෙවලම්
ඒකක පරිවර්තකය
දිග, බර, උෂ්ණත්වය, ක්ෂේත්රඵලය, ප්රමාණය, සහ තවත් ඒකක අතර පරිවර්තනය කරන්න.
URL කේතකය සහ විකේතකය
URL සහ විමසුම් තන්තු කේතනය කර විකේතනය කරන්න. encodeURICcomponent, decodeURICcomponent, සහ විමසුම් තන්තු විග්රහ කිරීම සඳහා සහය දක්වයි.
වීඩියෝ සම්පීඩකය
වීඩියෝ ගොනු ඒවායේ ප්රමාණය අඩු කිරීමට සම්පීඩනය කරන්න. ගුණාත්මකභාවය, විභේදනය සහ ප්රතිදාන ආකෘතිය තෝරන්න. සියලුම සැකසුම් දේශීය වේ.
