Timestamps
Second- or millisecond-scale numbers can be shown as readable time. Handy for checking whether exp、createdAt looks reasonable.
Heuristic detection may treat ordinary large integers as times. Use the field name as well.
You can also load data via #data={"name":"Ada"} or #url=... It is cleared from the address bar after it is read.
Scan JSON for values that look like timestamps, colors, or URLs and preview them. Logs and configs are full of these, and plain text is hard to judge at a glance. Unix second timestamps are especially easy to miss as ordinary integers.
Second- or millisecond-scale numbers can be shown as readable time. Handy for checking whether exp、createdAt looks reasonable.
Heuristic detection may treat ordinary large integers as times. Use the field name as well.
Detects common hex colors and URLs so you copy less between tools. Theme colors and callback URLs in config are easy to scan.
Common strings such as emails are flagged when possible.
Preview does not require uploading the whole JSON. Fits payloads that contain intranet URLs or login times.
Results are a list, not rewritten JSON. Keep editing the original on the formatter.
{
"lastLogin": 1720000000,
"color": "#0052FF",
"docs": "https://jsonsnap.com"
}
lastLogin → 时间
color → 颜色
docs → 链接
Other fields display as ordinary strings / numbers.
Rules are heuristic. An ordinary business number may look like a timestamp. Product meaning wins.
Use Tree view to collapse structure, then use this page for leaf fields.
No. It lists matches and paths so you can review them.
Common ISO-8601 text is detected when possible. Unusual formats may be missed—search by field name on the tree.
This page answers reading questions like “is this number a time?” It is not a general data-labeling tool.