nullJsonSink top-level constant

JsonSink const nullJsonSink

A JsonSink which accepts any calls and ignores them.

Can be used if a sink is needed, but the result of the sink operations is not important.

Implementation

const JsonSink nullJsonSink = NullJsonSink();