ejyoo's 개발 노트

Json 배열에서 특정 키의 값을 추출하여 중복없이 담는 방법 본문

FrontEnd/Javascript

Json 배열에서 특정 키의 값을 추출하여 중복없이 담는 방법

ejyoovV 2022. 6. 2. 20:09

var types = Array.from(new Set(jsonDataArray.map((jsonData) => jsonData.Type)));

'FrontEnd > Javascript' 카테고리의 다른 글

Converting circular structure to JSON  (0) 2022.09.04
JSON Data Handling  (0) 2022.09.01
js로 파일 Export  (0) 2021.08.03
두개의 다른 버전 JQuery 라이브러리 사용하기  (0) 2021.07.13
html 태그 제거 <p><span><div>  (0) 2021.07.08