JSON 데이터 파일

JSON(JavaScript Object Notation)은 인간이 읽고 쓰기 쉽고 기계가 파싱하고 생성하기 쉬운 경량의 데이터 교환 형식입니다. 웹 및 모바일 애플리케이션에서 서버와 데이터를 주고받을 때 표준처럼 사용됩니다.

JSON Data File

JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate. It is the standard for data exchange between servers and web/mobile applications.