pub fn decode<'de, T>(value: &'de Value) -> Result<T, Error>where T: Decode<'de>,
Decode a Value into a type which implements Decode.