I am using [login to view URL] and JSON to build an unordered list of links.
€8-30 EUR
K zaplacení v momentě doručení
USE [login to view URL] and JSON to build an unordered list of links. Essentially, it's a navigation menu. The name of each link and its URL are both values within the JSON file: name and html_url respectively.
The code that creates the basic list (see below), but I now need to make each list item a hyperlink that corresponds to its own particular URL value.
Can you please advise how I pull the URL value for each item in the JSON file and apply it to my code so that each list item becomes a hyperlink that loads the appropriate URL? Thanks in advance for feedback.
The source code used is as follows :
[login to view URL]
AUSTRALIA --------> <a href="[login to view URL]">Brisbane</a>
AUSTRALIA --------> <a href="[login to view URL]">Melbourne</a>
AUSTRALIA --------> <a href="[login to view URL]">Sydney</a>
Identifikační číslo projektu: #32621272