Parsing JSON, Stumped by Array of Objects that are Dictionaries

 Var objs() as object = dvalues
 For each obj as object in objs
 Var d as Dictionary = dictionary(obj)
 // do something with the doctionary.
 // catch exceptions too!
 Next

You can check the examples in the feeback report