Apache Presto - json_array_length (json)

Inquerir

presto:default> SELECT json_array_length('[11, 12, 13]') as JSON;

Resultado

JSON 
------ 
  3