view jsonex @ 0:fe01a054a6b2 draft

Uploaded
author bernhardlutz
date Fri, 28 Feb 2014 08:57:44 -0500
parents
children
line wrap: on
line source

{
    "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"
    }]
}