# YAML to JSON Converter > Convert between YAML and JSON formats — instant conversion as you type. ## What does this tool do? Converts data between YAML and JSON formats with two modes: - **YAML to JSON** — parses YAML input and outputs formatted JSON - **JSON to YAML** — parses JSON input and outputs YAML Conversion happens instantly as you type. ## Examples YAML input: ```yaml name: John age: 30 hobbies: - reading - coding ``` JSON output: ```json { "name": "John", "age": 30, "hobbies": ["reading", "coding"] } ``` ## How to use 1. Go to https://toolscanvas.com/tools/yaml-to-json 2. Select conversion direction (YAML to JSON or JSON to YAML) 3. Paste your data into the input field 4. The converted output appears instantly ## Privacy & Cost - Runs 100% in the browser. No data is sent to any server. - Free. No signup required.