JSON
JSON이란 JavaScript Object Notation의 줄임말 데이터 교환을 위해 만들어진 객체 형태의 포맷 JSON 구조 Javascript 객체 리터럴 문법을 따르는 문자열 { "squadName": "Super hero squad", "homeTown": "Metro City", "formed": 2016, "secretBase": "Super tower", "active": true, "members": [ { "name": "Molecule Man", "age": 29, "secretIdentity": "Dan Jukes", "powers": [ "Radiation resistance", "Turning tiny", "Radiation blast" ] }, { "name": "Madame..