string

Writes {@code value} as a string literal to {@code sink} . This wraps the value in double quotes and escapes those characters that require it.

open fun string(sink: BufferedSink, value: String)