React-native map/loop multidimensional array based on index of json?
问题 I'm new to React-native and cannot figure out how to map this JSON: { "Category Title": { "data": [ { "id": 34, "name": "Blanditiis", "price": "10.30" }, { "id": 25, "name": "Dolor omnis", "price": "10.37" } ] }, "Second category": { "data": [ { "id": 30, "name": "Cupiditate maiores consectetur ut quos", "price": "9.79" }, { "id": 45, "name": "In facere sint quos", "price": "9.04" }, { "id": 7, "name": "Necessitatibus", "price": "14.25", } ] }, "Third category": { "data": [ { "id": 39, "name"