pub fn read_arm_selector(value: &Value) -> Option<String>Expand description
Read the arm label a branch condition selected.
Recognized: a string ("billing"), a bool ("true" / "false"), or an
object with a "branch" field. Returns None for anything else, so the
executor can report an unusable condition instead of running arm zero.