rougail-output-json/tests/results/test_mandatory/40_6leadership_follower_multi.json

43 lines
658 B
JSON

{
"leadership": [
{
"leader": "string1",
"follower1": [
"string1",
"string2",
"string3"
],
"follower2": [
"string1",
"string2",
"string3"
]
},
{
"leader": "string2",
"follower1": [
"string1",
"string2",
"string3"
],
"follower2": [
"string1",
"string2",
"string3"
]
},
{
"leader": "string3",
"follower1": [
"string1",
"string2",
"string3"
],
"follower2": [
"string1",
"string2",
"string3"
]
}
]
}