JSON 格式化/校验
格式化并校验 JSON。
XML 格式化/校验
格式化并校验 XML。
YAML 格式化/校验
格式化并校验 YAML。
CSV 转 JSON
将 CSV 转为 JSON。
JSON 转 CSV
将 JSON 转为 CSV。
JSON 转 YAML
将 JSON 转为 YAML。
YAML 转 JSON
将 YAML 转为 JSON。
CSV 转 TSV
将 CSV 转为制表符分隔。
TSV 转 CSV
将 TSV 转为逗号分隔。
Base64 编解码
对字符串进行 Base64 编码或解码。
URL 编解码
对 URL 进行编码或解码。
哈希生成
生成 SHA-256、SHA-512 等哈希。
UUID 生成
生成 UUID v4。
JWT 解码
解码并查看 JWT 内容。
Unix 时间戳转换
将 Unix 时间戳转为日期。
正则测试
实时测试正则表达式。
SQL 格式化
格式化 SQL 便于阅读。
HTML 美化/压缩
美化或压缩 HTML 代码。
CSS 美化/压缩
美化或压缩 CSS 代码。
JS 美化/压缩
美化或压缩 JavaScript。
Query String Parser / Builder
Parse query strings into key-value pairs and rebuild them cleanly.
URL Parameters Editor
Edit URL query parameters visually and rebuild the final URL.
HTTP Headers Parser
Parse raw HTTP headers into a readable table or JSON.
Data URL Encode / Decode
Create or inspect data: URLs for text, HTML, SVG, and Base64 payloads.
开发者与数据工具 — Frequently Asked Questions
Is my code or data stored anywhere?
No. Everything is processed locally in your browser. Your code and data never leave your device.
Can I format large files?
Yes. Most formatters handle files up to several megabytes without issues. Very large files may be slower on older devices.
Are the formatters configurable?
Most formatters use standard conventions (2-space indent for JSON, etc.). Custom configuration is planned for future updates.
探索更多工具
返回首页