-3

I have fetched a particular object from express endpoint and I have gotten this on the console enter image description here

I how do I map it in such a way that it will return a jsx that looks like

<li>keys</li> : <li>values</li> 

eg Company: DML

  • This could help you https://stackoverflow.com/questions/50487382/react-key-in-li – navnath Sep 14 '21 at 18:01