Function ijson::to_value[][src]

pub fn to_value<T>(value: T) -> Result<IValue, Error> where
    T: Serialize

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