How to escape period in tFileInputJSON JSONPath query
I have 2 questions regarding the tFileInputJSON :
(1)
I want to extract data from the JSON file. But the JSONPath query is still read "dot" at the "1. open" as one of the syntax. Is there any way for me to extract the data from JSON file with the dot at "1. open" ?
(2)
I want to select only the data from the first child. Besides using [0], is there any other way to do it?