so i have this:
    "list": [
        {
            "name": "first",
            "author": "1",
            "id": 67180129,
            "vid": "https://www.youtube.com/watch?v=kwpM60h46PY&ab_channel=WhiteChocolateTwo"
        },
        {
            "name": "second",
            "author": "2",
            "id": 67089023,
            "vid": "https://www.youtube.com/watch?v=invRaEdZNwE"
        }
    ]
};
and i want to make that on an index.html file i can get access to "name": "first" on <p>, how do i get that?
 
     
    
with an id and then i want here to have info from that file so like i need to have access to list then "name": "first"
– JvstAlf Mar 09 '21 at 16:24