Overrides Connection::hasJson
public function hasJson() : bool { try { return (bool) $this->query('SELECT JSON_TYPEOF(\'1\')'); } catch (\Exception) { return FALSE; } }