How to display the key value of a json that is a url , insted of just the url as text? [closed]

I am fetching a JSON file using a URL. In my json one of my values is a url link to a dataroom, where my text is stored. When I fetch that key value, I don’t get the text, but just the link to the url. How would you solve this issue? I am working with js