shaffex

Data Models in Magic-UI

Magic-UI provides a flexible data model layer for working with local and remote structured data.
Data models can be JSON- or CSV-based, automatically saved, and manipulated with built-in actions.


📂 Autosaving


📝 Supported Data Model Types

Each data model defines its own source (DataModelSource protocol). Currently supported types:

XML Declaration

If the type attribute is not provided, the default is json.

```xml