vertx / io.vertx.reactivex.core.parsetools / JsonParser / arrayValueMode

arrayValueMode

open fun arrayValueMode(): JsonParser

Flip the parser to emit a single value event for each new json array. Json array currently streamed won't be affected.

Return
a reference to this, so the API can be used fluently