Skip to content

Editor 06 Importing and Exporting using JSON

Renato Pereira edited this page Oct 26, 2014 · 2 revisions

Exporting Trees to JSON

interface

You can export your current tree by going to menu File > Export Tree. Copy the JSON and paste to your file.

Importing Trees from JSON

interface

You can import trees from JSON file with:

  1. Open your JSON file with some editor;
  2. Copy the content;
  3. In editor go to File > Import Tree and paste the content into the text area;
  4. Press Continue.

Pages:

Core Guide:

  • [01. Introduction](Core 01 Introduction)
  • [02. Downloading and Setting Up](Core 02 Downloading and Setting Up)
  • [03. General Guidelines](Core 03 General Guidelines)
  • [04. Creating Custom Nodes](Core 04 Creating Custom Nodes)
  • [05. Creating and Using Trees](Core 05 Creating and Using Trees)

Editor Guide:

  • [01. Interface](Editor 01 Interface)
  • [02. Adding and Connecting](Editor 02 Adding and Connecting)
  • [03. Selecting and Moving](Editor 03 Selecting and Moving)
  • [04. Node Properties](Editor 04 Node Properties)
  • [05. Custom Nodes](Editor 05 Custom Nodes)
  • [06. Importing and Exporting using JSON](Editor 06 Importing and Exporting using JSON)
Clone this wiki locally