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?