# 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，支援多文件 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/) — 貼上原始 response headers 或 curl -I 輸出，即可在本地檢查 CSP、HSTS、COOP 等常見安全標頭。
- [Log 格式化工具](https://www.teafun.cyou/tools/log-formatter/) — 貼上 JSON、nginx、Docker、syslog 或純文字 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.
