Function ijson::from_value[][src]

pub fn from_value<'de, T>(value: &'de IValue) -> Result<T, Error> where
    T: Deserialize<'de>, 

Converts an IValue to an arbitrary type using that type’s serde::Deserialize implementation.