pub type JsonEncoder<W> = Encoder<W>;
The JSON encoder is the native buffered encoder.
pub struct JsonEncoder<W> { /* private fields */ }