1 2 3
NOT "value" IN ('a', 'b', 'c') (NOT (value IN ('a', 'b', 'c'))) {"op":"not","args":[{"op":"in","args":[{"property":"value"},["a","b","c"]]}]}