pub type HjsonEncoder<W> = Encoder<W>;
The Hjson encoder is the standard JSON encoder (Hjson is a superset).
pub struct HjsonEncoder<W> { /* private fields */ }