Function serialize::json::decode [] [src]

pub fn decode<T: Decodable>(s: &str) -> DecodeResult<T>
🔬 This is a nightly-only experimental API. (rustc_private)

deprecated in favor of rustc-serialize on crates.io

Shortcut function to decode a JSON &str into an object