Mercurial > repos > bernhardlutz > graphconverter
comparison jsonex @ 0:fe01a054a6b2 draft
Uploaded
| author | bernhardlutz |
|---|---|
| date | Fri, 28 Feb 2014 08:57:44 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:fe01a054a6b2 |
|---|---|
| 1 { | |
| 2 "id": "root", | |
| 3 "children": [{ | |
| 4 id: "n1", | |
| 5 labels: [ { text: "n1" } ], | |
| 6 width: 100, | |
| 7 height: 100, | |
| 8 },{ | |
| 9 id: "n2", | |
| 10 labels: [ { text: "n2" } ], | |
| 11 width: 100, | |
| 12 height: 50 | |
| 13 }], | |
| 14 "edges": [{ | |
| 15 id: "e1", | |
| 16 source: "n1", | |
| 17 target: "n2" | |
| 18 }] | |
| 19 } |
