Open narendranvelmurugan opened 6 months ago
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?
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?