Parse and explain cron expressions in plain English. Understand scheduling syntax instantly.
Drag and drop here or
Supports documents, images, audio, video, and text files
Field order:
Privacy: This tool runs entirely in your browser. No data is sent to our servers. We don't store, share, or have access to any of the information you process here.
* * * * *
0 9 * * 1-5
30 6 1 * *
*/15 * * * *
0 0 * * 0
A: A string of 5 fields (minute, hour, day, month, weekday) that defines when a scheduled task runs.
A: * means "every" for that field β e.g., * in the minute field means every minute.
A: The slash notation means "every N units" β */5 in minutes means every 5 minutes.
Beautify, minify, validate, and fix JSON with syntax highlighting.
Convert JSON to Go struct definitions with tags and options.
Convert JSON to TypeScript interfaces or types.
Convert between JSON and YAML formats with preserved structure.
Convert CSV files to JSON and JSON to CSV with custom delimiters.
Format and beautify SQL queries with syntax highlighting.
Privacy: This tool runs entirely in your browser. No data is sent to our servers.