This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // RFC 9535 JSONPath Grammar for Lezer | |
| // | |
| // Parses all selectors defined in https://github.com/jsonpath-standard/jsonpath-compliance-test-suite | |
| // Note however it is a bit looser than the grammar defined in the standard when it comes | |
| // to allowed escape characters and certain nested path segments. | |
| // | |
| @top Query { JsonPathQuery } |
OlderNewer