JSON data 객체로 사용하기

홍인열·2024년 2월 28일
0
post-custom-banner

JSON data를 객체로 사용하는 방법

import en from '@/public/locales/en/common.json' assert { type: 'json' };

이처럼 assert { type: 'json' } 을 import할 JSON파일 뒤에 붙여주면 객체형태로 data를 가져올수 있다.

profile
함께 일하고싶은 개발자

0개의 댓글