# Functions
NewDiscard returns Aggregator that just throws reported ammo away.
NewEncoderAggregator returns aggregator that use SampleEncoder to marshall samples to core.DataSink.
Aggregates samples in JSON Lines format: each output line is a Valid JSON Value of one sample.
# Structs
JSONIterConfig is subset of jsoniter.Config that may be useful to configure.
# Interfaces
SampleEncoderCloser is SampleEncoder that REQUIRE Close call to finish encoding.
SampleEncoder is efficient, buffered encoder of samples.