Apache Presto - json_array_length (json)

Query

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

Risultato

JSON 
------ 
  3