Export all Xaml Items as JSON
Instruction
To export all XAML items as a JSON file, follow these steps:
- Open XamlFiddle as described in the previous sections.
-
Click the menu Manage > All Xaml items to open the Xaml Items Manager:
-
You will see the Xaml Items Manager dialog like this:
-
In this case, we have three XAML items displayed in the data grid for export:
-
Close the dialog and then click the menu File > Export > Export all XAML Items as JSON:
-
A dialog will appear asking you to browse for the folder to export to:
-
In this case, choose Desktop as the location for export and then click OK:
-
Finally, you will see the exported .json file in the chosen location, like this:
In case the exported .json file already exists in the target location, XamlFiddle will ensure that the JSON file name is unique. As shown in the screenshot, the XamlFiddleItems.json file already existed, so XamlFiddle exported the XamlFiddleItems(2).json file instead.
NOTE: This exported JSON file can be used for import later when needed.