Например:
Код: Выделить всё
[
{
"key": "menu.company.footer",
"content": "this is an example"
},
{
"key": "menu.company.home.foo",
"content": "bar"
}
]
Код: Выделить всё
[
{
"menu":
{
"company":
{
"footer": "this is an example"
}
}
},
{
"menu":
{
"company":
{
"home":
{
"foo": "bar"
}
}
}
}
]
- Выполнил foreach через мой массив
- Взорвите ключ
- Выполнили действия со счетчиком взрыва
Подробнее здесь: https://stackoverflow.com/questions/392 ... nsional-ar
Мобильная версия