I want to extract the data from a json using javascript and html . What I need is to show the values of the properties id
and name
.
- This is the URL of the API.
-
The answer is this:
{ "mohademago": { "id": 4294825, "name": "mohademago", "profileIconId": 1594, "revisionDate": 1491930966000, "summonerLevel": 30 } }