If an api is returning html, it seems in the emula...
# 💻developers
f
If an api is returning html, it seems in the emulator that the html isn't parsed correctly. Is it better to construct the api with a json response and define placement in the response based on that? Or what would be the proper way to display the response while it parses the html accordingly?