Zdobądź tablicę Postgres obiektów JSONB

SELECT jsonb_array_length('["question","solved"]') AS length;
Silly Skipper