Outils Développeur
SQL pourmateur
Make messy SQL readable avec Mot-clé casing et line breaks.
Entrée
SQL pourmateur
sqlformatterdatabase
Sortie
Formatted SQL
SELECT users.id, users.email, count(orders.id) AS order_count FROM users LEFT JOIN orders ON orders.user_id = users.id WHERE users.status = 'active' GROUP BY users.id, users.email ORDER BY order_count desc LIMIT 10;
Outils similaires
JSON pourmateur
Pretty-print raw JSON avec configurable indentation.
JSON ValiDateur
ValiDate JSON et get a clean parse result.
JSON Minifier
Compress JSON into a single-line payload.
JSON Diff
Compare two JSON documents et list what changed.
JWT Decoder
Decode JWT header et payload avecout verifying the signature.
Regex Tester
Run a regular expression against sample Texte et inspect matches.