Developer
JSON, XML, regex, JWT, UUID, cron and other everyday helpers
-
JSON formatter Pretty-print / minify / validate JSON with error location
-
Regex tester Live matching, flags, and every capture group listed
-
JWT decoder Split a JWT and decode Header / Payload (no signature check)
-
UUID generator Generate UUID v4 (random) and v7 (time-ordered) in batches
-
Cron parser Compute the next N runs of a standard 5-field cron expression
-
XML formatter Pretty-print / minify / validate XML using the browser parser