Skip to main content

JsonDecoder

Type Alias JsonDecoder 

Source
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 */ }