Azure / Azure/usql

Two elements with same name in different nodes

Open
#116 1 comment 0 reactions 0 assignees View on GitHub
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:
![json](https://user-images.githubusercontent.com/35947811/35608076-79270628-067d-11e8-9589-b11b7667e1b2.PNG)
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.