http://jsonformatter.curiousconcept.com/
여기처럼
자바스크립트에서 JSON 코드 정렬하는거 하고싶은데
하나하나 만들기는 귀찮고 누가 만들어둔거 없나?
그거 쓰면 돼지
formatting 말하는거라면 JSON.stringify(data, undefined, '\t') 하면 됨 ('\t' 대신 4 넣어도 됨)
그거 쓰면 돼지
formatting 말하는거라면 JSON.stringify(data, undefined, '\t') 하면 됨 ('\t' 대신 4 넣어도 됨)