PaesslerAG / jsonpath

BSD 3-Clause "New" or "Revised" License
172 stars 37 forks source link

Single quoted strings #39

Open JanHoefelmeyer opened 1 year ago

JanHoefelmeyer commented 1 year ago

Solves https://github.com/PaesslerAG/jsonpath/issues/38.

This PR allows JSONPath to evaluate single-quoted strings if https://github.com/PaesslerAG/gval/pull/98 is merged.

Tests have been adjusted to match new behaviour as well.