jsonl library
Classes
- JsonlCodec
- JsonlDecoder
- JsonlEncoder
-
JsonlMapper<
T> - A Converter that parses JSON and maps to a strongly typed model, dropping nulls along the way. Designed to be fused with LineSplitter.
Functions
-
jsonlEncodeAsync(
{required Object items, StringSink? sink, StringSink sinkProvider()?}) → Future< void> -
jsonlEncodeAsyncForIOSink(
Object items) → Future< void> Function(IOSink)