CodeScript

JSON to YAML Converter

Convert between JSON and YAML formats.

What it does

This tool detects whether your input is JSON or YAML, then converts it to the other format. Paste JSON to get YAML, or paste YAML to get JSON.

FAQ

It first tries to parse the input as JSON. If that fails, it falls back to parsing as YAML and converts to JSON instead.

Related tools