getRandomGreeting(); return new Response("$greeting $name"); } public function helloJson($name) { return $this->json([ 'name' => $name, ]); } }