Export all opening Xaml Items as JSON
Instruction
To export all opening XAML items as JSON, follow these steps:
- Open XamlFiddle as described in the previous sections.
-
In this case, we have two opening XAML items: "Test Updated" and "SimpleHelloWorldUI" for export:
-
Click the menu File > Export > Export all opening 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 .json format (containing all metadata of opening XAML items), like this:
In case the exported .json file already exists in the target location, XamlFiddle will ensure that the exported JSON file name is unique. As shown in the screenshot, the XamlFiddleItems.json file already existed, so XamlFiddle exported the XamlFiddleItems(1).json file instead.
NOTE: This exported JSON file can be used for import later when needed.