{
 id:1
 Vendors:
        {
          47:
             {
               items:{
                     }
               price:
                    {
                     this value I want
                    }
             }
          55:
            {
            }
- in above code I wouldn't know which vendor id it is at what index. So I cannot use valueForKey. Can I get price array for both ids like: - arrayPrice:{ { value1 } { value2 } } 
or is there any way to get key at index. So that I can use valueForKey:@"47"
 
     
     
    