Function decode

Source
pub fn decode<T>(datas: Array) -> Result<T, Error>
where T: DeserializeOwned + ?Sized,
Expand description

decode json vec to an object support decode types: Bson,BigDecimal, i8..i64,u8..u64,rbson::Int64(),bool,String or object used bson macro object