stringOrNull

abstract val stringOrNull: String?(source)

The string content if isString; null otherwise.

Return

The unquoted string value, or null if the primitive is not a string.