I would like to promote
this really valuable question being asked by [JB] developer
@sandwwraith in
serialization GitHub issues:
To paraphrase -
what are your use cases for decoding more than one object from an InputStream
This implies being able to do something like:
val objects : Flow<MyObject> = someStreamCarryingMultipleJsonObjects.decodeAsFlow()