Struct rustc_serialize::json::Decoder
[-] [+]
[src]
pub struct Decoder { // some fields omitted }
A structure to decode JSON to values in rust.
Methods
impl Decoder
[-]fn new(json: Json) -> Decoder
Creates a new decoder instance for decoding the specified JSON value.