Convert YAML to JSON and JSON to YAML. Bidirectional conversion with error handling.
—
Add to favorites for quick access from the home page
Tools often used together with this one
Input (YAML): name: Alice
age: 30
Output (JSON): {"name":"Alice","age":30}