pub type JsonDecoder<'de> = Decoder<'de>;Expand description
JSON decoder serving the unified interface (the native Decoder, which
already implements crate::de::FormatDecoder).
Aliased Typeยง
pub struct JsonDecoder<'de> { /* private fields */ }pub type JsonDecoder<'de> = Decoder<'de>;JSON decoder serving the unified interface (the native Decoder, which
already implements crate::de::FormatDecoder).
pub struct JsonDecoder<'de> { /* private fields */ }