Skip to main content

HjsonEncoder

Type Alias HjsonEncoder 

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

The Hjson encoder is the standard JSON encoder (Hjson is a superset).

Aliased Typeยง

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