renderedString

abstract fun renderedString(): String(source)

Returns a human-readable string form of this primitive's value.

For string primitives the unquoted content is returned. For all other types (number, boolean, null) the JSON-literal representation is returned (e.g. "42", "true", "null").

Return

The rendered string value.