JsonEncoderPlatformSpecific

class Object
trait Matchable
class Any
trait JsonEncoder[A]

Value members

Concrete methods

final
def encodeJsonStream(a: A): ZStream[Any, Throwable, Char]

Encodes the specified value into a character stream.

Encodes the specified value into a character stream.

Concrete fields

final
val encodeJsonArrayPipeline: ZPipeline[Any, Throwable, A, Char]
final
val encodeJsonLinesPipeline: ZPipeline[Any, Throwable, A, Char]