Unfaithful commited on
Commit
d1de605
·
verified ·
1 Parent(s): 6f86fdb

Create fractal_tree.json

Browse files
Files changed (1) hide show
  1. fractal_tree.json +7 -0
fractal_tree.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "node_id": "0",
3
+ "data": "Root",
4
+ "module": "Root Module",
5
+ "parent_id": null,
6
+ "children": []
7
+ }