FrontEnd/Javascript

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

ejyoovV 2022. 6. 2. 20:09

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

저작자표시 비영리 변경금지 (새창열림)