An object comes, I need to get its properties from it, the ones in allfilms, I just don’t know how to do it: I tried it like this:
var test = projects.data.allfilms but the data is obtained: [rosdestvenskaya istoriya: object, sreck: object] . etc.
How to make it so: ["rosdestvenskaya istoriya", "sreck", "sauth parck"] ... etc.
var projects = [{ "data": { "allfilms": { "rosdestvenskaya istoriya": {}, "sreck": {}, "lednikoviy period": {}, "simsoni": {}, "sauth parck": {}, "rapuncel": {} } } }];