Function to_json_value

Source
pub fn to_json_value<T: Serialize>(value: &T) -> Result<Value, JsonError>