pub fn decode<T: Decodable>(s: &str) -> Result<T, DecoderError>
Shortcut function to decode a JSON &str into an object
&str