Skip to main content

is_truthy

Function is_truthy 

Source
pub fn is_truthy(v: &Value) -> bool
Expand description

JSON value の truthy 判定 (= flow.ir Branch cond / Loop cond で使う)。 Bool は値そのまま、 null/false 以外は truthy (Lua / JS と整合)。