Format and validate YAML. Pretty-print and fix indentation.
—
Add to favorites for quick access from the home page
Tools often used together with this one
Convert YAML to JSON and JSON to YAML. Bidirectional conversion with error handling.
Format and validate JSON. Paste minified JSON, get pretty-printed output.
Convert CSV data to JSON format. Paste CSV, get structured JSON.
Compare two JSON objects and highlight differences.
Input: key:value list:[a,b] Output: key: value list: - a - b