Skip to main content

JsonEncoder

Type Alias JsonEncoder 

Source
pub type JsonEncoder<W> = Encoder<W>;
Expand description

The JSON encoder is the native buffered encoder.

Aliased Typeยง

pub struct JsonEncoder<W> { /* private fields */ }