How to return multiple components from json data

Hello,

I want to know how I can map over json data and create cards from the data. In react I’m use to being able to map over json data and then itll render a component for each piece of the json data.

I.E) I have json data with 100 users and each user should have their own card.

Thanks for the help!