[DRF] Json 기초
Json JavaScript Object Notation 데이터 송수신을 JS객체로서 수행할 수 있게 해주는 가벼운 문자열 데이터 표현식 예시 { "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 Uppercut", "age": 39, ..
2021. 1. 5.