The result of the /streams/channel= request is always a JSON object. For the streams you want to check in the array under the streams key (which only contains objects for the streams you have specified that are actually live).
Alternatively, if you always only want to check one channel, you can also use the /streams/:channel/ endpoint, where you also get a JSON object, but with only one stream object under the stream key (or null if not live).