pub fn to_value<T>(input: T) -> Result<Value, Error>where T: Serialize,
Transform any Serialize value to a Value.
Serialize
Value