get('documentation'); $documentation = json_decode(trim(file_get_contents($filename))); return $this->withJson($response, $documentation); } }