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

JSON Path fails with correct selector #3

Open
aand18 opened this issue Feb 1, 2019 · 0 comments
Open

JSON Path fails with correct selector #3

aand18 opened this issue Feb 1, 2019 · 0 comments

Comments

@aand18
Copy link

aand18 commented Feb 1, 2019

$.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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant