Export all opening Xaml Items as JSON


Instruction

To export all opening XAML items as JSON, follow these steps:

  1. Open XamlFiddle as described in the previous sections.
  2. In this case, we have two opening XAML items: "Test Updated" and "SimpleHelloWorldUI" for export:
    Opening XAML items

  3. Click the menu File > Export > Export all opening XAML Items as JSON:
    Export all XAML items as JSON

  4. A dialog will appear asking you to browse for the folder to export to:
    Browse Folder Dialog

  5. In this case, choose Desktop as the location for export and then click OK:
    Desktop Location

  6. Finally, you will see the exported JSON file in .json format (containing all metadata of opening XAML items), like this:
    The exported JSON items


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.