Function rustc_serialize::json::decode
source · [−]pub fn decode<T: Decodable>(s: &str) -> DecodeResult<T>Expand description
Shortcut function to decode a JSON &str into an object
pub fn decode<T: Decodable>(s: &str) -> DecodeResult<T>Shortcut function to decode a JSON &str into an object