Albert Pető

Results 3 comments of Albert Pető

I started looking into this issue but got stuck with the implementation. I see that zio-json already has a nice implementation for a [decoding transducer](https://github.com/zio/zio-json/blob/303e71cbcc4a3b0523919e7a77feaed1a9d6716b/zio-json/jvm/src/main/scala/zio/json/JsonDecoderPlatformSpecific.scala#L50). However, it only works on...

Tokenizing the stream based on json syntax and then providing the buffered chunks to the decoder could also work, I can try that.

I'd like to work on this issue.