json-utils-plugin icon indicating copy to clipboard operation
json-utils-plugin copied to clipboard

JSON Path fails with correct selector

Open aand18 opened this issue 6 years ago • 0 comments

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

aand18 avatar Feb 01 '19 15:02 aand18