Function serialize::json::decodeUnstable
[-]
[+]
[src]
pub fn decode<T: Decodable<Decoder, DecoderError>>(s: &str) -> DecodeResult<T>
Shortcut function to decode a JSON &str
into an object