{ "and1": ["&&&", true, true], "and2": ["&&&", null, true], "or1": ["&||", false, 1], "or2": ["&||", [], {}], "not": ["&!", 20], "compound": ["&||", ["&!", false], ["&!", true]] }
null