Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 194 Bytes

json-formatting.md

File metadata and controls

13 lines (9 loc) · 194 Bytes

json 포팅해서 저장

  • 포매팅해서 저장하는 방법
JSON.stringify(JSON.parse(jsonStr), null, 2)
  • 일반 저장방법
JSON.stringify(JSON.parse(jsonStr))