[
https://issues.apache.org/jira/browse/FLINK-24271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414773#comment-17414773
]
Ingo Bürk commented on FLINK-24271:
-----------------------------------
IMO there's nothing special about the syntax here. It's just how single quotes
are escaped in a SQL string (by typing two single quotes). It's not specific to
the JSON function in any way.
> 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
> Assignee: liwei li
> Priority: Minor
> Labels: pull-request-available, starter
>
> 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)