laravel whereIn on a json column code example Example: json whereIn laravel $users->whereJsonContains("column->key", [1, 2, 3])->get();