You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2021/09/13 07:44:00 UTC

[jira] [Created] (FLINK-24271) Add document for special char in JSON_VALUE

Jingsong Lee created FLINK-24271:
------------------------------------

             Summary: Add document for special char in JSON_VALUE
                 Key: FLINK-24271
                 URL: https://issues.apache.org/jira/browse/FLINK-24271
             Project: Flink
          Issue Type: Improvement
          Components: Documentation
            Reporter: Jingsong Lee


If user has a json string:
{"fields": {"system.process": [0.998]}}
It is hard to write a valid json path to get 0.998.
The correct json path should be '$.fields.[''system.process''][0]'



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