YAML → JSON 온라인 변환기

Free 무료 · 가입 불필요 · 데이터 저장 안 함
Indent
Error
YAML
JSON
// JSON output

더 많은 개발 도구

YAML 포매터
형식화·검증
JSON→YAML
YAML로 변환
TOML→JSON
JSON으로 변환
CSV→JSON
JSON으로 변환
XML→JSON
JSON으로 변환
JSON 포매터
형식화·검증·압축
타임스탬프
Unix ↔ 날짜
URL 인코더
퍼센트 인코딩

왜 이것이 최고의 YAML → JSON 변환기인가

전체 YAML 지원

Handles all common YAML features: mappings, sequences, block and flow styles, anchors & aliases, multi-line strings, and comments.

올바른 타입 추론

YAML booleans (true/false/yes/no), integers, floats, and null values are correctly mapped to their JSON equivalents.

구문 강조 출력

JSON output is syntax-highlighted by key, value type, and structure, making it easy to inspect the converted result.

JSON 다운로드

Export the converted result as a .json file for use in APIs, databases, or any JavaScript/TypeScript application.

자주 묻는 질문

What is the difference between YAML and JSON?

YAML uses indentation and is more human-readable, commonly used for config files (Kubernetes, Docker, GitHub Actions). JSON uses braces and quotes, making it ideal for APIs and data exchange. Both can represent the same data structures.

Does this handle YAML anchors and aliases?

Yes. YAML anchors (&name) and aliases (*name) are fully resolved during conversion. The resulting JSON will contain the expanded, dereferenced values.

Are YAML comments preserved in JSON?

No. JSON does not support comments, so YAML comments (lines starting with #) are stripped during conversion. Only data values are transferred to the JSON output.

심층 가이드
YAML & TOML 설정 가이드
Kubernetes, Docker, Rust & Python
가이드 읽기