How to access array elements in json #4089
Unanswered
HimanshuGohel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
example:-
{
"info":[
{
"Person":"xyz",
"city":"abc"
},
{
"Person":"pqr",
"city":"mno"
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions