I can't quite seem to work out how I would deserialize this specific array in c# (from a string!) to a class
[
[
"PrimaryContact",
"=",
"Amy R"
],
"and",
[
"SecondaryContact",
"=",
"Steven G"
],
"and",
[
"ThirdContact",
"=",
"Rachel S"
]
]
Specifically it's the middle section that is throwing me, in this case it is "and". It isn't always just three objects, there could an unlimited amount of objects, with an "and" inbetween each of them.