StringConversionSink startChunkedConversion(
Sink<Object> sink
)

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

The output sink receives exactly one decoded element through add.

Source

/**
 * Starts a conversion from a chunked JSON string to its corresponding
 * object.
 *
 * The output [sink] receives exactly one decoded element through `add`.
 */
external StringConversionSink startChunkedConversion(Sink<Object> sink);