pub fn encode_value<T: Serialize>(value: &T) -> Result<Value, Box<dyn Error>>
Encode a value to JSON (wrapper for Serialize types). This function automatically calls the serde serialization.