JSON / YAML Formatter
Validate, format, minify, sort, inspect, and convert JSON and common YAML structures locally.
Format
Copy
Input
{ "project": "Glowstick", "tools": ["regex", "json", "base64"], "settings": { "theme": "dark", "private": true } }
Output
{ "project": "Glowstick", "tools": ["regex", "json", "base64"], "settings": { "theme": "dark", "private": true } }