CakePlugin::routes();
Router::setExtensions('json');
Router::parseExtensions('json');
routes.php では、まだデバッグすると、応答で「html」が返されます。
debug($this->RequestHandler->responseType());
私を助けてください。
これはコンソールに表示されるエラーです --->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /cities/index.json was not found on this server.</p>
</body></html>