Apache Presto - json_format (json)

Requete

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

Résultat

JSON 
------------ 
 [11,12,13]