Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

JSON Path fails with correct selector #3

@aand18

Description

@aand18

$.ads[0].ad.name fails but $.ads[0].ad.id works with the following JSON:

{
  "ads": [
    {
      "ad": {
        "id": "bla",
        "name": "Barbie Dream Camper"
      }
    }
   ]
}

image

image

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