JSON 검증기란?
JSON 검증기은(는) Validate JSON syntax with detailed error reporting 무료 온라인 도구입니다.
모든 처리는 브라우저에서 이루어지며, 데이터가 서버로 전송되지 않습니다.
사용 방법
Paste JSON into the input field. The tool immediately checks the syntax and shows whether it's valid. If there are errors, it shows the exact location and cause.
주요 특징
JSON syntax is strict. Common errors include missing commas, trailing commas, single quotes instead of double quotes, missing quotes, and unclosed brackets. The tool highlights the exact issue.
JSON Syntax Rules
- Keys must be double-quoted strings
- Strings must use double quotes
- Trailing commas are not allowed
- Comments are not allowed
- Values must be strings, numbers, objects, arrays, true, false, or null