Spaces:
Sleeping
Sleeping
Create fractal_tree.json
Browse files- 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 |
+
}
|