-
Notifications
You must be signed in to change notification settings - Fork 0
/
marvel.json
47 lines (47 loc) · 1.03 KB
/
marvel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"directed":false,
"graph":{},
"multigraph":false,
"nodes": [
{
"id":0,
"name": 0,
"group": "master"
},
{
"id":1,
"name": 1,
"group": "master"
},
{
"id":2,
"name": 2,
"group": "master"
},
{
"id":3,
"name": 3,
"group": "master"
}
],
"links": [
{
"source": 0, "target": 1, "value":1, "id":0, "group": "master"
},
{
"source": 0, "target": 2, "value":1, "id":1, "group": "master"
},
{
"source": 0, "target": 3, "value":1, "id":2, "group": "master"
},
{
"source": 1, "target": 2, "value":1, "id":3, "group": "master"
},
{
"source": 1, "target": 3, "value":1, "id":4, "group": "master"
},
{
"source": 2, "target": 3, "value":1, "id":5, "group": "master"
}
]
}