Above is the json response I am receiving from a url. There are repeated json objects in the response at the same level without a parent json array, I believe that these objects should be within a josn array so one can loop through the objects to access their information.
Is it really an error of missing json array? if not then how can be looped through and receive information in such scenario. Thanks for your time and help.