JSON1 [Flutter] JSON 다루기 (리스트, 중첩) 먼저 JSON이 무엇인지 알아보자. JSON 이란- JavaSCript Object Notation(JSON)은 JavaScript 객체 문법으로 구조화된 데이터를 표현하기 위한 문자 기반의 표준 포맷- 서버와 클라이언트 간의 통신에서 일반적으로 사용- 자바스크립트의 문법과 굉장히 유사하지만 텍스트 형식 JSON 구조{ "squadName": "Super hero squad", "homeTown": "Metro City", "formed": 2016, "secretBase": "Super tower", "active": true, "members": [ { "name": "Molecule Man", "age": 29, "secretIdentity": "Dan J.. 2024. 7. 27. 이전 1 다음