def _load_atom(response, match=None): return data.load(response.body.read(), match) # Load an array of atom entries from the body of the given response