pub fn is_true(t: &bool) -> bool
Intended to be used for skipping serialization if the value is true.
true
#[serde(skip_serializing_if = "is_true")]