Exporting and Importing Models
BeginnerHow to export your model to JSON or SVG and import models from JSON files.
Metapad supports exporting your entire model to JSON and individual diagrams to SVG.
Exporting a Model (JSON)
- Open the Menu Bar (top)
- Click Export (or find it in the menu options)
- Choose Export Model as JSON
- A
.jsonfile is downloaded containing your complete model:- All Node Types and Relationship Types (metamodel)
- All Nodes and Relationships (model instances)
- All Diagrams and their layouts
- All property values and descriptions
Exporting a Diagram (SVG)
- Open the diagram you want to export on the canvas
- Open the Menu Bar
- Choose Export Diagram as SVG
- An
.svgfile is downloaded with the visual diagram - The SVG can be used in presentations, documentation, or websites
Importing a Model (JSON)
- Open the Menu Bar
- Click Import
- Select a
.jsonfile (previously exported from Metapad) - The model is loaded with all elements, types, and diagrams
- IDs are regenerated to prevent conflicts with existing models
Tips
- Export regularly as a backup of your model
- JSON exports are complete — they contain everything needed to recreate the model
- SVG exports are great for embedding diagrams in documentation
- Imported models get new IDs, so there's no conflict with existing data
This content was written collaboratively with AI.