We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
// Code that reproduces problem here const json = { "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" } ] } const normalizedPaths = JSONPath({ path: `$["'lastName'"]`, json, resultType: 'path', wrap: false })
now normalizedPaths is undefined expected normalizedPaths should be $["'lastName'"]
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**