How are XML attributes handled conceptually?
Attributes natively attached to XML nodes (e.g., `<item id="123">`) are converted into JSON keys seamlessly, usually prefixed with an underscore (like `"_id": "123"`) to cleanly distinguish them from actual child nodes smoothly.