selectName

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

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