diff jsonex @ 0:fe01a054a6b2 draft

Uploaded
author bernhardlutz
date Fri, 28 Feb 2014 08:57:44 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jsonex	Fri Feb 28 08:57:44 2014 -0500
@@ -0,0 +1,19 @@
+{
+    "id": "root",
+    "children": [{
+        id: "n1",
+        labels: [ { text: "n1" } ],
+        width: 100,
+        height: 100,
+    },{
+        id: "n2",
+        labels: [ { text: "n2" } ],
+        width: 100,
+        height: 50
+    }],
+    "edges": [{
+        id: "e1",
+        source: "n1",
+        target: "n2"
+    }]
+}