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.
pub fn to_json_value<V: Serialize>(value: V) -> Value
Serializes any serializable value to serde_json::Value
without having to check for errors.