1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "layers": [
- [
- {
- "name": "n1",
- "width": 10,
- "height": 10
- },
- {
- "name": "n2",
- "width": 10,
- "height": 10
- }
- ],
- [
- {
- "name": "n3",
- "width": 10,
- "height": 10
- },
- {
- "layers": [
- [
- {
- "name": "n1",
- "width": 10,
- "height": 10
- },
- {
- "name": "n2",
- "width": 10,
- "height": 10
- }
- ],
- [
- {
- "name": "n3",
- "width": 10,
- "height": 10
- }
- ]
- ],
- "edges": [
- {
- "source": "n1",
- "target": "n3"
- },
- {
- "source": "n2",
- "target": "n3"
- }
- ],
- "name": "n0",
- "width": 10,
- "height": 10
- }
- ]
- ],
- "edges": [
- {
- "source": "n1",
- "target": "n3"
- },
- {
- "source": "n2",
- "target": "n0"
- },
- {
- "source": "n2",
- "target": "n3"
- }
- ],
- "name": "n0"
- }
|