startChunkedConversion method

StringConversionSink startChunkedConversion (
  1. Sink<Object> sink
)
override

Starts a conversion from a chunked JSON string to its corresponding object.

The output sink receives exactly one decoded element through add.

Implementation

external StringConversionSink startChunkedConversion(Sink<Object> sink);