data.json 파일 [ { "target": "first", "name": "1번 이름", "homepage": [ { "link": "https://www.naver.com", "description": "1번 설명", "date": "1번 날짜" } ] }, { "target": "second", "name": "2번 이름", "homepage": [ { "link": "https://www.google.com", "description": "2번 설명", "date": "2번 날짜" } ] }, { "target": "third", "name": "3번 이름", "homepage": [ { "link": "https://www.naver.com", "description": "3번 설명", "d..