When doing: ``` console.log(Response.json({ bob: true }); ``` in the jsfiddle provided in readme, I get an error that `Response.json is not a function`.