Function encode_value

Source
pub fn encode_value<T: Serialize>(value: &T) -> Result<Value, Box<dyn Error>>
Expand description

Encode a value to JSON (wrapper for Serialize types). This function automatically calls the serde serialization.