I can't filter posts by json column

So I have my column with JSON values that look like this: ['admin','user','mod'] and I want to select rows with these tags in json column named tags. I tried to do it by using .contains('tags', tags) but it's returning to me with error that "details":"Token \"admin\" is invalid." Of course tags variable is stored as json array. Anybody have an idea?
Was this page helpful?