{ "nodes": [ [ "orange", { "radius": 5, "color": "orange"} ], [ 2, { "radius": 15, "color": "green"} ], [ 3, { "radius": 25, "color": "red"} ] ], "edges": [ ["orange", 2] ] }