# Developer Data Workflows

> Format, inspect, convert, and validate payloads in the browser when you need a fast dev workflow without opening heavier tooling.

## Tools in this collection

- [JSON 格式化 / 验证器](https://www.teafun.cyou/tools/json-formatter/) — 在浏览器中即时格式化、验证及压缩 JSON。零网络请求，数据不会离开你的设备。
- [结构化数据转换器](https://www.teafun.cyou/tools/yaml-json-toml/) — 在浏览器本地转换 YAML、JSON 和 TOML，支持 multi-document YAML 和 anchor 解析。
- [ENV / Shell / Docker 转换器](https://www.teafun.cyou/tools/env-converter/) — 在浏览器中即时将 .env 文件转换为 JSON、YAML、TOML、Shell export 及 Docker ENV。无需上传，完全本地运行。
- [JWT 解码器](https://www.teafun.cyou/tools/jwt-decoder/) — 在浏览器中本地解码 JWT header 和 payload。查看 claims、过期时间、issuer 和时间戳，无需把 token 发送到任何地方。
- [HTTP 安全标头检查器](https://www.teafun.cyou/tools/http-headers-checker/) — 粘贴 raw response headers 或 curl -I 输出，即可在本地检查 CSP、HSTS、COOP 等常见安全标头。
- [日志格式化工具](https://www.teafun.cyou/tools/log-formatter/) — 粘贴 JSON、nginx、Docker、syslog 或 plain logs，在浏览器本地标准化、按 level 过滤，并快速查看。
- [Base64 编码 / 解码器](https://www.teafun.cyou/tools/base64-tool/) — 在浏览器中本地进行 Base64 编码及解码。支持文本转换、URL-safe Base64，以及文件转 Base64。
- [Cron 表达式生成器](https://www.teafun.cyou/tools/cron-builder/) — 用可视化方式建立 Unix、Quartz、AWS EventBridge 和 GitHub Actions 的 cron 表达式，并即时预览未来执行时间。

## FAQ

### When should I start with this collection?

Start here when your work begins with pasted data, config files, tokens, or headers and you want to inspect or convert them in sequence.

### How is this different from the broader developer category?

The developer category shows every dev tool. This collection narrows the path to the tools that usually belong in the same payload-debugging or data-conversion workflow.
