Jak zmapować odpowiedź JSON z różnymi indeksami

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