How to get the values from list of dictionaries which are specified under object

Dict<string, object>
{
[0]=
{
“Key1”,
“Value”
},
[1]=
{
"key2,
List<Dictionary<string, object>>(0)
{
Dictionary<string, object>(2)
{
“Key3”,
“Value”
}
}
},
}

2 Likes

Hi @v64286

Does this help you?

4 Likes

@loginerror - Sorry For The Late Reply, It Worked For Me. Thank You.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.