YAML ↔ JSON ↔ TOML 変換ツール
YAML・JSON・TOMLをリアルタイムで3方向変換。Kubernetes、Docker Compose、GitHub Actionsスキーマ自動検出と、YAMLの落とし穴(Norway問題・8進数など)警告付き。完全ブラウザ処理。
こちらのツールもおすすめ
😄 広告で無料
YAML · JSON · TOML Converter
YAML, JSON, and TOML are the three most common config formats. This tool keeps all three in live sync: type in any editor and the other two update instantly. No convert button, no refresh.
Features
- Live 3-way sync across YAML, JSON, and TOML
- Auto schema detection — recognizes Kubernetes, Docker Compose, and GitHub Actions
- YAML pitfall warnings — flags 4 common gotchas before they bite
- Template library — K8s Pod, Deployment, Docker Compose, GitHub Actions, generic config
- Per-format copy & download
- Mobile tab view for narrow screens
- Client-side only — input never leaves your browser
5 YAML gotchas this tool catches
1. yes / no become boolean
Unquoted yes, no, on, off (any case) are parsed as true/false. The "Norway bug":
country: NO # → false
country: "NO" # → "NO"2. Leading zero = octal
01234 becomes 668 in decimal. Quote zip codes, IDs, product codes.
3. Colons trigger base-60 parsing
1:30 becomes 90. Quote time values and Git SHAs.
4. No tabs for indentation
YAML forbids tab indentation. Use 2 or 4 spaces consistently.
5. Quote version & date strings
Values like 1.0 or 2026-04-18 are coerced to number/date. Always quote API keys and version strings.
Related tools
- JSON Parser / Formatter — dedicated JSON editor
- Character Counter — check file size
- Text Diff — compare two files
iToolのその他の機能!
文字数カウント
文字数カウント — 文字数・単語数・バイト数をリアルタイムで計算。ブログや自己PR作成に便利、無料。
JSONパーサー / 整形ツール
JSONをリアルタイムで検証・整形・圧縮する無料オンラインJSONパーサー。構文ハイライト、エラー位置表示、100%ブラウザ処理で安全。
XMLパーサー / 整形ツール
XMLをリアルタイムで検証、整形、折りたたみツリービュー(+/-)で探索。要素・属性・テキスト・CDATA・コメントを色分け。完全ブラウザ処理。
JSON ↔ XML 変換ツール
JSONとXMLをリアルタイムで双方向変換。属性プレフィックス・テキストノードキーをオプションで調整可能。完全ブラウザ処理。
テキスト比較
テキスト比較 — 2つの文書の差分を色分けで一目で確認できます。コード・契約書の修正チェックに便利、無料。