TOML → JSON 온라인 변환기

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

더 많은 개발 도구

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

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

전체 TOML v1.0 지원

Parses the complete TOML specification: basic and literal strings, multi-line strings, integers (hex, octal, binary), floats, booleans, datetimes, arrays, inline tables, standard tables, and array-of-tables.

타입 보존 변환

TOML integers become JSON numbers, TOML booleans become JSON booleans, and TOML datetime strings are preserved as ISO 8601 strings — no silent type coercion.

Cargo.toml & pyproject.toml

Convert Rust Cargo.toml, Python pyproject.toml, or any TOML config to JSON for use with tools that require JSON input — such as APIs, linters, or data pipelines.

개인정보 우선

Conversion happens entirely in your browser — no data leaves your device. Safe for TOML files containing tokens, credentials, or private registry configuration.

자주 묻는 질문

Why convert TOML to JSON?

JSON is the universal data interchange format supported by virtually every programming language and tool. Converting TOML to JSON lets you feed TOML config data into REST APIs, JavaScript tooling, data validation schemas, or any system that accepts JSON but not TOML.

How are TOML array-of-tables converted?

TOML [[table]] sections become JSON arrays of objects. Each [[bin]] entry in a Cargo.toml, for example, becomes one element in a "bin" JSON array.

Are TOML dates preserved in JSON?

JSON has no native date type, so TOML datetime values are converted to ISO 8601 strings (e.g. "2024-01-15T10:30:00Z"). This is the standard convention used by most JSON-based APIs.

Can I convert TOML back to JSON programmatically?

Yes. In Python use the tomllib standard library (Python 3.11+) combined with json.dumps(). In Node.js use the @iarna/toml or smol-toml package. This online tool is the fastest option for one-off conversions.

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