stratus::ext

Function to_json_value

Source
pub fn to_json_value<V: Serialize>(value: V) -> Value
Expand description

Serializes any serializable value to serde_json::Value without having to check for errors.