JSON 포매터 & 검증기
아래에 JSON을 붙여넣어 포맷, 검증 또는 축소합니다. 들여쓰기 수준을 선택하세요. 모든 처리는 브라우저에서 로컬로 수행됩니다.
복사됨!
What is JSON?
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate. It supports objects, arrays, strings, numbers, booleans, and null values.
Formatting (pretty-printing) adds indentation to make JSON readable, while minifying removes all unnecessary whitespace for smaller payload sizes.