Skip to content

length is not working in JSON Path #167

@narendranvelmurugan

Description

@narendranvelmurugan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions