YAML ↔ JSON 変換
YAMLをJSONに、またはJSONをYAMLにブラウザで即座に変換します。ネストされたオブジェクト、配列、全YAMLデータ型をサポート。
使い方
YAMLをJSONに、またはJSONをYAMLにブラウザで即座に変換します。ネストされたオブジェクト、配列、全YAMLデータ型をサポート。
- 1Select the conversion direction: YAML → JSON or JSON → YAML using the mode buttons.
- 2Paste your YAML or JSON into the input textarea, or click 'Load Example' to see sample data.
- 3Choose your preferred indentation (2 or 4 spaces) from the Indent selector.
- 4Click Convert. The result appears below. Click 'Copy to Clipboard' to use it.
主な機能
- Bidirectional — convert YAML to JSON or JSON to YAML with one click
- Configurable indentation — choose 2 or 4 spaces for output formatting
- Full type support — handles strings, numbers, booleans, nulls, arrays, nested objects
- Resolves YAML anchors and aliases to final values automatically
- 100% browser-based — your data never leaves your device