주요 콘텐츠

JSON 형식

JSON(JavaScript® Object Notation) 형식

JSON(JavaScript Object Notation)은 JavaScript 프로그래밍 언어를 기반으로 하는 데이터 상호 교환 형식입니다. JSON 형식 텍스트를 디코딩하고 인코딩할 수 있습니다. JSON 파일의 데이터를 MATLAB®구조체 (R2023b 이후) 또는 사전 (R2024b 이후)으로 가져올 수도 있습니다. 구조체 또는 사전의 내용을 JSON 파일에 쓸 수 있습니다.

함수

jsondecodeJSON 형식 텍스트 디코딩
jsonencodeMATLAB 정형 데이터로부터 JSON 형식의 텍스트 생성
readstructCreate structure array from file
writestructWrite structure array to file
readdictionaryCreate dictionary from file (R2024b 이후)
writedictionaryWrite dictionary to file (R2024b 이후)

도움말 항목