Two elements with same name in different nodes
Open
- Dominant language
- C#
- Stars
- 231
- Forks
- 666
- PR merge metrics
- No merged PRs in 30d
Description
How to locate the correct element when both elements have same name in JSON but having different nodes.Below is the snippet of my input JSON:

Here, "id" element is present in both weather and list arrays. So, I want to access the "id" element of list but it is returning "id" values of weather array.
Contributor guide
Assessment
This issue has not been assessed yet.