Hello,
I have C# class. in that I have two properties of type "List<KeyValuePair<string,string>>" as shown in below screenshot. can anyone tell me how I can assign value to this from X++ ?

In X++ I have created object of this class. and I want to assign value like:
object.ViewPrinciplesKeyValue = [{"Key":"Everyone","Value":"Everyone"}].
Is there anything like JsonArray, JsonObject in X++?