Tools for converting between various data formats
Automatically convert XML data structures to TypeScript interfaces or types.
Supports various XML formats like config files, RSS feeds, SVG, Android Manifest.
Automatic XML structure parsing
XML attribute handling (@_prefix)
Automatic nested element separation
Repeated elements to array conversion
Set a meaningful root interface name
XML attributes are converted with @_ prefix
Repeated elements are automatically treated as arrays
A tool that automatically generates TypeScript interfaces or types by analyzing XML data structures. Supports various XML formats including RSS feeds, SVG, Android Manifest, and configuration files, with accurate mapping of XML elements and attributes to types.