[][src]Function rbatis_core::decode::json_decode

pub fn json_decode<T: ?Sized>(datas: Vec<Value>) -> Result<T, Error> where
    T: DeserializeOwned

decode json vec to an object support decode types: serde_json::Value,BigDecimal, i8..i64,u8..u64,serde_json::Number,bool,String or object used serde_json macro object