JSON → TOML 온라인 변환기

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

더 많은 개발 도구

JSON 포매터
형식화·검증·압축
TOML 포매터
형식화·검증
TOML→JSON
JSON으로 변환
JSON→YAML
YAML로 변환
YAML 포매터
형식화·검증
JSON→CSV
CSV로 변환
Cron 생성기
일정 만들기
타임스탬프
Unix ↔ 날짜

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

What is TOML?

TOML (Tom's Obvious Minimal Language) is a minimal config file format that's easy to read. It's used in Rust's Cargo.toml, Python's pyproject.toml, Hugo, and many other tools.

섹션 헤더

Nested JSON objects are converted to TOML [section] and [[array]] headers, the idiomatic TOML way.

올바른 타입

Numbers, booleans, null, strings, arrays and nested tables are all mapped to their correct TOML equivalents with proper quoting rules applied.

.toml 다운로드

Export the result as a .toml file ready to drop into your Rust, Python, Go, or Hugo project.

자주 묻는 질문

What is the difference between JSON and TOML?

JSON is a general-purpose data interchange format. TOML is designed specifically for configuration files — it's more human-readable, supports comments, and uses section headers instead of deeply nested braces.

How are JSON arrays converted?

Arrays of primitives become TOML inline arrays. Arrays of objects become TOML array-of-tables using the [[table]] syntax.

Does TOML support null values?

TOML has no native null type. JSON null values are converted to the empty string "" and flagged with a comment so you can handle them appropriately.

Where is TOML commonly used?

TOML is used by Rust (Cargo.toml), Python packaging (pyproject.toml), the Hugo static site generator, the uv package manager, Gitea, and many other developer tools.

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