Closed TheMessik closed 1 year ago
try $[*] ?
That's how I ended up solving it, thank you!
Also learned that JSONPath is not standardized, so I'm not surprised this edge case is not handled. Consider this a non-issue
That's how I ended up solving it, thank you!
Also learned that JSONPath is not standardized, so I'm not surprised this edge case is not handled. Consider this a non-issue
Thanks very much for you issue submission though
Basically the title.
I have following json file data.json
And I'm trying to parse it using the JSONPath
$.[*]
with the ResumableParser:with
this.inputStream()
being an InputStream from the file. I get following exceptionTruncated for brevity. The other lines relate to the JUnit framework and the specific class I'm running this in.
This path seems to not be accepted by the parser.