Which helper is commonly used to return a JSON response in Laravel?
Laravel supports JSON responses for APIs and AJAX requests. Developers can return structured data using response()->json() or other response mechanisms provided by the framework.