Closed schrammc-ebot7 closed 2 years ago
Hi, I see the commits from #19 in the PR, I usually squash merge PRs if they're small enough otherwise I rebase merge them. So it might get very confusing if you send PRs from the master branch. May I suggest that you cherry-pick your commit(s) for this PR to another branch which starts from the master branch of this repo?
This should make the PR nicer, sorry about the confusion.
This modifies the parser so that the library accpets double quotes where single quotes would be accepted for literals and field accessors. These are cases that are allowed by most existing implementations: https://cburgmer.github.io/json-path-comparison/