Loop into a nested dictionaries

Hi guys,

I created a structure of three nested dictionaries as follow:

a. Dictionary1(Of String, Object)
b. Dictionary2(Of String, Object)
c. Dictionary3(Of String, Object)

I nested those one each other, something like this Dictionary1(Dictionary2(Dictionary3)). I need to loop through Dictionary 3 but I do not know which type or argument set in the for each?

For each Dictionary1
For each Dictionary 2
For each Dictionary 3

Thanks in advance for your help

Kind regards

Sergio

1 Like

Hi @sergio85

Maybe you can look with this article it might be helpful to you.

cheers :smiley:

Happy learning :smiley:

1 Like