startChunkedConversion method
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);