Alet Çantası
Geliştirici araçları.
Small, single-purpose tools for your daily development workflow. Runs in the browser, no data is sent to any server.
🔧 JSON to XML
Converts JSON to XML: object keys become tags, arrays become repeated elements with the same tag, nested objects become nested tags. Applies 2-space indentation and escapes text for XML (&, <, >). Invalid JSON shows a clear error message. Parsing uses JSON.parse (no eval).