Struct serialize::json::Decoder
[−]
[src]
pub struct Decoder {
// some fields omitted
}Unstable (
rustc_private): deprecated in favor of rustc-serialize on crates.io
A structure to decode JSON to values in rust.
Methods
impl Decoder[src]
fn new(json: Json) -> Decoder
Unstable (
rustc_private): deprecated in favor of rustc-serialize on crates.io
Creates a new decoder instance for decoding the specified JSON value.