Poblems with a dictionary with not normalized index

Hello people,

I get a JSON with this structure:

{

"Anna": {

"name" : "Anna W",
"age":  23

},

"Andrew":{

"name" : "Andres G"
"age":  32

},
.
.
n

}

I transform it in a dictionary, but a I getting problems when I try to iterate it with a foreach, anyone knows another way to do it?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data