isKey = !$this->isKey; } public function isMapKey() { // we want to coerce map keys to json strings regardless // of their type return $this->isKey; } }