Describe the bug
Code sample or steps to reproduce
// Code that reproduces problem hereconstjson={"firstName": "John","'lastName'": "doe","address": {"streetAddress": "naist street","city": "Nara","postalCode": "630-0192"},"phoneNumbers": [{"type": "iPhone","number": "0123-4567-8888"},{"type": "home","number": "0123-4567-8910"}]}constnormalizedPaths=JSONPath({path: `$["'lastName'"]`, json,resultType: 'path',wrap: false})Console error or logs
Expected behavior
Expected result
now normalizedPaths is undefined
expected normalizedPaths should be $["'lastName'"]
Environment (IMPORTANT)
- JSONPath-Plus version: 7.2.0
Desktop**
Describe the bug
Code sample or steps to reproduce
Console error or logs
Expected behavior
Expected result
now normalizedPaths is undefined
expected normalizedPaths should be $["'lastName'"]
Environment (IMPORTANT)
Desktop**