Import from JSON file


Instruction

To import from a JSON file, follow these steps:

  1. Open XamlFiddle as described in the previous sections.
  2. Click the menu File > Import > Import from JSON file:
    Import from JSON File

  3. A dialog will appear asking you to browse for the file:
    Browse JSON File Dialog

  4. Select the XamlFiddleItems(2).json file to import and click Open:
    Choose JSON File to Import

  5. If the import process is successful, a dialog will appear saying "Import done":
    Import Done

  6. Click OK to close the dialog.

  7. Click the menu File > Manage > All Xaml Items:
    Manage All Xaml Items

  8. Finally, you will see that the JSON file (containing exported XAML items from XamlFiddle) has been successfully imported:
    JSON File 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.