vertx / io.vertx.rxjava.core.parsetools / JsonParser / objectValueMode

objectValueMode

open fun objectValueMode(): JsonParser

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

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