rougail-output-json/tests/results/test/40_9leadership-calculation-variable_leader_follower_not_same.json

42 lines
No EOL
626 B
JSON

{
"leadership_1": [
{
"leader": "string1",
"follower": "string1"
},
{
"leader": "string2",
"follower": "string2"
},
{
"leader": "string3",
"follower": "string3"
}
],
"leadership_2": [
{
"leader": "string1",
"follower": [
"string1",
"string2",
"string3"
]
},
{
"leader": "string2",
"follower": [
"string1",
"string2",
"string3"
]
},
{
"leader": "string3",
"follower": [
"string1",
"string2",
"string3"
]
}
]
}