Apache Presto - json_parse (stringa)
Query
presto:default> select json_parse('[11,12,13]') as JSON;
Risultato
JSON
------------
[11,12,13]
presto:default> select json_parse('[11,12,13]') as JSON;
JSON
------------
[11,12,13]