Options

A set of strings to be chosen with selectName or selectString . This prepares the encoded values of the strings so they can be read directly from the input source.

class Options

Functions

of
Link copied to clipboard
open fun of(strings: Array<String>): JsonReader.Options
strings
Link copied to clipboard

Returns a copy of this Option's strings.

open fun strings(): List<String>

Properties

doubleQuoteSuffix
Link copied to clipboard
val doubleQuoteSuffix: Options
strings
Link copied to clipboard
val strings: Array<String>