XML0 chars · 0 lines
JSON0 chars · 0 lines
Dedicated XML and JSON bidirectional converter handling elements, attributes (@attr prefix), text nodes (#text), CDATA, namespaces, multiple same-name children auto-converting to arrays. XML→JSON supports compact mode (attributes on object root) or safe mode (attributes in @ prefix sub-object). JSON→XML supports custom root element, indent control, attribute/element strategy. Common in SOAP/REST API conversion, legacy XML config upgrades to JSON, API doc generation. All conversion runs locally.
SOAP-REST bridging, legacy config upgrades, API doc conversion, crawler data, SDK dual-protocol. Backend, data engineering. Attribute strategy, force-array, CDATA preservation, namespace handling are the differentiators.