[javascript] JSON to CSV (엑셀 셀 데이터)
(2025.03.09) JSON to CSV 셀 데이터로 변환- JSON data type: string, object, array, boolean, null 딱 5종!- BOM(Byte Order Mark) 추가로 한글깨짐 방지- 특수문자처리: 쌍따옴표, \n, \r // index.htmlCSV다운로드 // index.jsconst data = { "resultList": [ { "a": 1, "b": 1, "k": { "question1": { "무궁화 '꽃'이": "100", "The least amount you would feel comfortable paying": "100" ..