pub fn to_value<T>(value: &T) -> Result<Value<'static>>where T: Serialize,
Serialize a type to the generic Value type.