We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSONPath: $.response.sample.ids.length
Object: { "response": { "sample": { "ids": [ 1146 ] } } }
{ "response": { "sample": { "ids": [ 1146 ] } } }
Result: []
Expected: [1]
This returns empty array, it should have returned the count of elements in the sample.ids. Is there any to handle this case?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JSONPath: $.response.sample.ids.length
Object:
{ "response": { "sample": { "ids": [ 1146 ] } } }
Result: []
Expected: [1]
This returns empty array, it should have returned the count of elements in the sample.ids. Is there any to handle this case?
The text was updated successfully, but these errors were encountered: