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.
I am working with typescript and facing an issue by trying to use the following property and methods:
When accessing those property or methods I am getting the following errors: Property 'toPathArray' does not exist on type 'JSONPathType'.ts(2339)
Property 'toPathArray' does not exist on type 'JSONPathType'.ts(2339)
My guess is that the typescript declaration file jsonpath.d.ts is not correct.
jsonpath.d.ts
I am working with typescript and facing an issue by trying to use the following property and methods:
When accessing those property or methods I am getting the following errors:
Property 'toPathArray' does not exist on type 'JSONPathType'.ts(2339)My guess is that the typescript declaration file
jsonpath.d.tsis not correct.