You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ingo Bürk (Jira)" <ji...@apache.org> on 2021/09/27 14:23:00 UTC

[jira] [Created] (FLINK-24387) Support a "to JSON" function

Ingo Bürk created FLINK-24387:
---------------------------------

             Summary: Support a "to JSON" function
                 Key: FLINK-24387
                 URL: https://issues.apache.org/jira/browse/FLINK-24387
             Project: Flink
          Issue Type: Sub-task
            Reporter: Ingo Bürk


We should consider adding a TO_JSON function which can simply convert some (supported) type directly into a JSON representation, e.g. the equivalent of doing
{code:java}
JSON_QUERY(JSON_ARRAY(x), '$.[0]'){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)