pub fn to_value<T>(value: &T) -> Result<JsonValue, JsonSerializationError>where T: Serialize,
Serialize a value of type T to a JsonValue.
T
JsonValue