Answer the question
In order to leave comments, you need to log in
How to access an object in json?
Tell me how to reach countOf ?
I can't do it like this: var countOf = accessToServer.data.statstics.all.countOf
{
"data": {
"2067983": {
"statistics": {
"all": {
"countOf": 10
}
}
}
}
}
Answer the question
In order to leave comments, you need to log in
so you have the same statistics object in 2067983, and therefore does not find data.statstics.all.countOf
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question