pub fn to_value<T>(value: &T) -> Result<Value>where T: Serialize,
Serializes a Rust value into a Value enum.
Value