class GdsApi::Response

def to_hash

def to_hash
  @parsed ||= transform_parsed(JSON.parse(@http_response.body))
end