Data & Formats
Structured data formats — JSON, SQL, CSV, regular expressions, and other shapes.
JSON
Pretty-prints JSON and reports structure size.
Base64
Detects Base64 payloads and decodes them.
Hex Color
Recognizes hex color codes and shows a swatch.
Semantic Version
Parses semantic version strings.
Regular Expression
Recognizes regular-expression patterns.
SQL
Recognizes SQL statements and reports the operation type.
Cron Expression
Decodes cron expressions into human-readable schedules.
CSV / TSV
Recognizes CSV and TSV tables.
HTML
Recognizes HTML markup and reports the DOCTYPE / root tag.
XML
Recognizes XML documents and reports the root element.
YAML
Human-readable data serialization — Kubernetes, docker-compose, GitHub Actions, and more.
TOML
Typed config files — Cargo.toml, pyproject.toml, and friends.