开发者与数据工具

格式化、验证、编解码和转换数据。

Essential developer utilities that run in your browser. Format and validate JSON, XML, YAML, and SQL. Encode and decode Base64 and URLs. Generate hashes and UUIDs. Test regular expressions with live matching. Convert between CSV, JSON, YAML, and TSV formats.

JSON 格式化/校验

格式化并校验 JSON。

jsonformatvalidate

XML 格式化/校验

格式化并校验 XML。

xmlformatvalidate

YAML 格式化/校验

格式化并校验 YAML。

yamlformatvalidate

CSV 转 JSON

将 CSV 转为 JSON。

csvjsonconvert

JSON 转 CSV

将 JSON 转为 CSV。

jsoncsvconvert

JSON 转 YAML

将 JSON 转为 YAML。

jsonyamlconvert

YAML 转 JSON

将 YAML 转为 JSON。

yamljsonconvert

CSV 转 TSV

将 CSV 转为制表符分隔。

csvtsvconvert

TSV 转 CSV

将 TSV 转为逗号分隔。

tsvcsvconvert

Base64 编解码

对字符串进行 Base64 编码或解码。

base64encodedecode

URL 编解码

对 URL 进行编码或解码。

urlencodedecode

哈希生成

生成 SHA-256、SHA-512 等哈希。

hashshasecurity

UUID 生成

生成 UUID v4。

uuiduniqueid

JWT 解码

解码并查看 JWT 内容。

jwttokendecode

Unix 时间戳转换

将 Unix 时间戳转为日期。

unixtimestampdate

正则测试

实时测试正则表达式。

regextestpattern

SQL 格式化

格式化 SQL 便于阅读。

sqlformatquery

HTML 美化/压缩

美化或压缩 HTML 代码。

htmlbeautifyminify

CSS 美化/压缩

美化或压缩 CSS 代码。

cssbeautifyminify

JS 美化/压缩

美化或压缩 JavaScript。

javascriptbeautifyminify

Query String Parser / Builder

Parse query strings into key-value pairs and rebuild them cleanly.

queryurlparams

URL Parameters Editor

Edit URL query parameters visually and rebuild the final URL.

urlparametersquery

HTTP Headers Parser

Parse raw HTTP headers into a readable table or JSON.

httpheadersparse

Data URL Encode / Decode

Create or inspect data: URLs for text, HTML, SVG, and Base64 payloads.

data urlbase64encode

开发者与数据工具 — 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.

探索更多工具

返回首页