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