data, JSON_UNESCAPED_SLASHES); if ($response === false) { throw new SCIMException(sprintf('Could not json_encode due to invalid ' . 'non UTF-8 characters in the array: %s', var_export($this->data, true))); } return $response; } }