Import from JSON file
Instruction
To import from a JSON file, follow these steps:
- Open XamlFiddle as described in the previous sections.
-
Click the menu File > Import > Import from JSON file:
-
A dialog will appear asking you to browse for the file:
-
Select the XamlFiddleItems(2).json file to import and click Open:
-
If the import process is successful, a dialog will appear saying "Import done":
-
Click OK to close the dialog.
-
Click the menu File > Manage > All Xaml Items:
-
Finally, you will see that the JSON file (containing exported XAML items from XamlFiddle) has been successfully imported:
NOTE: When importing from a JSON file, XamlFiddle will read the JSON file containing exported XAML items. For each XAML item in the JSON file, XamlFiddle will create a new XAML item accordingly.