selectString

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

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