Currently, I am using json-in-script to display content from a Google Spreadsheet on a webpage. However, I have noticed that the hyperlinks present in some of the cells are not being included when retrieving data with JSON. Is there any way to extract hyperlinks with JSON?
This is the URL I am importing from:
Here is a link to the actual spreadsheet where you can see the items in column 1 are linked:
If anyone has any advice on how to retrieve hyperlinks along with the content, your input would be greatly appreciated!
Thank you!