Apache Presto - json_array_length (json)

Requete

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

Résultat

JSON 
------ 
  3