Javascript object içindeki property keylerin sayısı

var nesne = test.LeagueStage[0].LeagueFixture[0];
Object.keys(nesne).length

Yorumlar