Circe: Add an fs2 module

Created on 30 Nov 2016  路  4Comments  路  Source: circe/circe

This would probably look similar to circe-streaming but would use fs2 instead of iteratee.io.

enhancement help wanted

Most helpful comment

Is there also interest in a version for Monix observables?

All 4 comments

Is there also interest in a version for Monix observables?

looks like I may have need of a Pipe[F, Byte, T] and (maybe) a Pipe[F, T, Byte] which would be constructed if there is an implicit (circe equivalent of) JsonReader[T] around. Or would it be better to provide Pipe[F, Byte, JsonValue] and then a separate Pipe[F, JsonValue, T]?

ah, looks like @n4to4 already did the latter! Pipe[F, Chunk[Byte], Json] (although I think fs2 may need to chunk up the bytes in that case)

This is now available in a separate repo in the circe org.

Was this page helpful?
0 / 5 - 0 ratings