JsonExtension.getJson = function(url, attributes, headers) {
  var request = this.get(url, attributes, headers);
  return requestToJson(request);
};