importing and maping an array of JSON objs in React
I am trying to map through the followin array: { "videos_json": [ { "id": "Student 1", "video": "VIDEO TO BE PLAYED", "title": "first class", "material": "lesson one material", "description": "this will be your first lesson" }, { "id": "Student 1",…