Editor 06 Importing and Exporting using JSON - renatopp/behavior3js GitHub Wiki
You can export your current tree by going to menu File > Export Tree
. Copy
the JSON and paste to your file.
You can import trees from JSON file with:
- Open your JSON file with some editor;
- Copy the content;
- In editor go to
File > Import Tree
and paste the content into the text area; - Press
Continue
.