"order":[
{
"localId" : 2445,
"tariff": {
"tariffName": {
"nameRu": "Добро пожаловать",
"nameEn": "Welcome"
},
........
}
}
]
This is my JSON. I want to access to "nameRu". How to do it inside my React Native app?
Currently, I am able to get "localId" in this way:
{order:localId}