Comment cartographier une réponse JSON avec différents index

Object.entries(this.state.modules.attributes).map(([k, v]) => v.label);
SAMER SAEID