Module codecs

Source
Expand description

Helper types for framing Json objects into async read/writes

Structs§

JsonLinesEncoder 🔒
As JsonCodec, but only supports encoding, and places a newline after every object.