test3.json 476 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "layers": [
  3. [
  4. {
  5. "width": 10,
  6. "height": 10
  7. },
  8. {
  9. "name": "n1",
  10. "width": 10,
  11. "height": 10,
  12. "layers": [
  13. [
  14. {
  15. "name": "n2",
  16. "width": 10,
  17. "height": 10
  18. }
  19. ]
  20. ]
  21. }
  22. ],
  23. [
  24. {
  25. "name": "n2"
  26. }
  27. ]
  28. ],
  29. "edges": [
  30. {
  31. "source": "n1",
  32. "target": "n2"
  33. }
  34. ],
  35. "name": "n0"
  36. }