= (
{
"item":{
"first": [],
"second": [],
"third": [],
},
"movie":{
"a": [],
"b": [],
"c": [],
},
})
How can I get "first" in item? When I do just obj['item'] it gives me first,second and third.
But when I do obj['item']['first'] it is undefined?
Why wrapping object in parenthesis?
I was replying to this
Probably a bad php habit
Обсуждают сегодня