No history yet
Drag & drop files here or click to select
Supports .xml and .json files
POST /api/convert
{
"direction": "xml-to-json" | "json-to-xml",
"data": "your content here",
"options": {
"rootElement": "root",
"indentation": 2,
"preserveAttributes": true,
"detectArrays": true,
"prettyPrint": true
}
}
{
"success": true,
"result": "converted content",
"error": null
}
Note: This is a client-side tool. For server-side API, deploy this as a Node.js service with Express.js.
Note: CLI tool requires separate installation. This is the web interface version.
Define element name transformations during conversion.