I have a json object like below
{"Title":"asb","Date":"2019","Other":"not important"}
What is the correct way to read this object and render in <ul><li>?
Note
I tried this by assigning this to a state and iterate state using map(), but it is not working.
mapwont work