how to parse multiple json objects with no name

Issue im having some trouble parsing json. I have json in the format of: {“blah”:”blah”,”blah”:”blah”} {“blah”:”blah”,”blah”:”blah”} {“blah”:”blah”,”blah”:”blah”} Here is the link to the JSON: http://gerrit.aokp.co/query?format=JSON&q=status:merged&age:1d I cant make this a jsonobject and iterate over it. I currently have it as

Continue reading