結果
A formatted payload, a clear schema or type shape, and a short diff that explains exactly what changed.
工作流程
在瀏覽器本地驗證、轉換、比對並整理 API 請求 payload。
Use this path when an API request body has been copied from logs, staging traffic, or a teammate's example and needs to be normalized before review.
A formatted payload, a clear schema or type shape, and a short diff that explains exactly what changed.
這些工作流程頁面不會處理、收集或儲存工具輸入。請直接使用連結工具,並在處理敏感資料前查看其信任標籤。
Paste representative JSON, YAML, or CSV into the local formatter and remove accidental whitespace, comments, and malformed fields.
JSON 格式化工具Convert YAML or CSV examples into JSON so the rest of the review uses one predictable structure.
JSON/YAML/TOML 轉換器Generate TypeScript types from the cleaned payload to reveal optional fields, nested arrays, and unexpected value shapes.
JSON 轉 TypeScriptDiff the original and cleaned versions so reviewers can see only intentional changes.
JSON 差異比對Build the HTTP request after the payload is clean, keeping tokens and private headers out of shared examples.
HTTP 請求建構器即時格式化、驗證和壓縮 JSON 資料。
在瀏覽器本機轉換 JSON、YAML 和 TOML 設定資料。
從 JSON 自動產生 TypeScript 介面。
在瀏覽器本機從 JSON 產生起始 Schema,並執行基礎支援的 Schema 檢查。
比對兩個 JSON 檔案並視覺化差異。
本機比較兩份 OpenAPI 或 Swagger 規格,標記端點、參數、回應、安全與破壞性風險變更。
格式化 GraphQL 查詢、驗證變數 JSON,並檢查貼上的 introspection 資料,無需連線伺服器。
視覺化建構 HTTP 請求,產生 cURL、JavaScript fetch 或 Python 程式碼。
A checklist for validating request payloads before replaying or sharing them.
Review schema coverage, required fields, and compatibility before implementation.
Turn captured requests into readable client examples after payload cleanup.
Clean it first. Type generation is more useful when comments, trailing commas, and accidental wrapper fields have already been removed.
Yes. Convert the source format into JSON first, then format, type, diff, and replay the request.
Avoid tokens, account identifiers, production customer records, raw logs, and any field that is not needed to reproduce the API behavior.