hey,
we are creating grafics in xpression and want to use a json connection with it.
is there any chance to get that working with xpression or dashboard ?
the data that the json creates is :
{
"picking": [
true,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"red team": {
"ban name": [
"blank",
"blank",
"blank"
],
"ban number": [
"",
"",
""
],
"summoner 2": [
"none",
"none",
"none",
"none",
"none"
],
"players": [
"",
"",
"",
"",
""
],
"pick rate": [
0.0,
0.0,
0.08,
0.0,
0.04
],
"summoner 1": [
"none",
"none",
"none",
"none",
"none"
],
"pick number": [
"016",
"009",
"005",
"031",
"143"
],
"team": "",
"pick name": [
"soraka",
"fiddlesticks",
"xinzhao",
"chogath",
"zyra"
],
"pick win rate": [
0.0,
0.0,
0.0,
0.0,
0.0
]
},
"blue team": {
"ban name": [
"ashe",
"anivia",
"blank"
],
"ban number": [
"022",
"034",
""
],
"summoner 2": [
"none",
"none",
"none",
"none",
"none"
],
"players": [
"",
"",
"",
"",
""
],
"pick rate": [
0,
0.5,
0.04,
0.29,
0.13
],
"summoner 1": [
"(none)",
"none",
"none",
"none",
"none"
],
"pick number": [
"",
"036",
"143",
"001",
"020"
],
"team": "",
"pick name": [
"",
"drmundo",
"zyra",
"annie",
"nunu"
],
"pick win rate": [
0,
0.5,
0.0,
0.43,
0.33
]
}
}