I have JSON array object but I don't know how to get data from it. I have searched using Iterables & Iterators but I don't understand the concept.
{ '-LIDMHr69GLnq1Pyzt6o': 
       { author_avatar: 
          { image: 'https://lh3.googleusercontent.com/-jWM4ghUG930/AAAAAAAAAAI/AAAAAAAAAAo/q3nLLgvfOAs/photo.jpg',
            initials: 'UH',
            selection: 'image' 
          },
         author_name: 'AB',
         image: '/assets/images/icons/23.png',
         last_modified: 1542827537242,
         owner_id: 'HauqBY5dDtP0RFhrF1DvEDuFv812',
         team_id: 'private',
         title: 'this is test1'
      },         
      '-LJU_KEYGDv7hRHQ2ABo': 
       { author_avatar: 
          { image: 'https://lh3.googleusercontent.com/-jWM4ghUG930/AAAAAAAAAAI/AAAAAAAAAAo/q3nLLgvfOAs/photo.jpg',
            initials: 'UH',
            selection: 'image' 
          },
         author_name: 'AB',
         image: '/assets/images/icons/23.png',
         last_modified: 1542827549341,
         owner_id: 'HauqBY5dDtP0RFhrF1DvEDuFv812',
         team_id: 'private',
         title: 'this is test2' 
        } 
      }
 
     
     
     
    