結果
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 → TypeScript 変換Diff 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 チェックを実行します。
2 つの JSON ファイルを比較し、違いを視覚化します。
2 つの 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.