selectString

If the next token is a string that's in {@code options} , this consumes it and returns its index. Otherwise this returns -1 and no string is consumed.

open fun selectString(options: JsonReader.Options): Int