美观或紧凑的 JSON
缩进以提高可读性。最小化以用于传输。两者均产生有效的JSON。
The legacy system spits XML. The new system speaks JSON. The translation is your problem. Morph maps the structure in your browser tab — attributes via @-prefix, text via #text, repeated elements as arrays, configurable conventions. The XML stays where it was. The JSON saves locally. No upload, no online queue, no API rate limit. Free for everything that runs on your device; AI is paid in credits.
元素、属性、文本节点、CDATA — 全部通过fast-xml-parser快速遍历。
属性前缀为@。文本内容键为#text。重复的子元素变为数组。可配置。
缩进以提高可读性。最小化以用于传输。两者均产生有效的JSON。
拖放多个XML文件。每个文件将转换为独立的JSON。免费版无批量限制。
大多数企业集成最终都会遇到相同问题:旧系统使用XML,新系统使用JSON。在线转换器需要排队,命令行工具需要安装。Morph通过WebAssembly在您的标签页中运行fast-xml-parser——属性前缀可配置,数组检测自动完成,文本内容处理明确。相同的价格$4.99即可覆盖Morph其余功能。
Default convention: prefix with @. So
Auto-detected as arrays.
文本内容以 #text 为键。混合内容按需保留为有序数组。
两者皆可。默认为美观(2空格缩进)。切换为压缩格式。
是的。拖放XML文件夹,获取JSON。免费版无批量限制。
是的——转换是免费的。Morph Pro每月4.99美元解锁其余功能。