Complex value in additional desired capabilities


How to write the complex value in MDM?
(ps. I have more than one complex values)

@JackyLeung123

According to message we have to apecify as jobject which can be created like a dictionary

Create a jaon string and then load and deserialize to jobject using jsonconvert.Deserialize(str)

Cheers