import data from "./L10.json"; for (const group of data) { console.log(group.group_name); }