On Feb 23, 2009, at 6:51 PM, Ajai Khattri wrote: > > Its a tree structure so Ive no idea how many arrays are in there, so > Id > need to walk through each array recursively and get keys? Yup, your standard depth-first tree traversal.