Apache Presto - json_parse (chaîne)
Requete
presto:default> select json_parse('[11,12,13]') as JSON;
Résultat
JSON
------------
[11,12,13]
presto:default> select json_parse('[11,12,13]') as JSON;
JSON
------------
[11,12,13]
