Closed klahnakoski closed 5 years ago
The InOp expects an expression and a {"literal": ["list", "of", "values"]}. Be sure it can also accept a tuple of literals ([{"literal":"list"}, {"literal":"of"}, {"literal":"values"}]),
InOp
{"literal": ["list", "of", "values"]}
[{"literal":"list"}, {"literal":"of"}, {"literal":"values"}]
https://github.com/mozilla/ActiveData/commit/bc93b7a8344fc2244a2cddebd82ab33b358ee6da
The
InOp
expects an expression and a{"literal": ["list", "of", "values"]}
. Be sure it can also accept a tuple of literals ([{"literal":"list"}, {"literal":"of"}, {"literal":"values"}]
),