Holen Sie sich die Array -Länge von JSONB -Objektpostgres

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