Make API responses readable safely

Pretty-printing helps you compare fields without changing the response. Keep a raw copy so formatting never becomes an accidental edit.

Checklist

  1. Copy the response into the editor; use a direct URL only when its privacy implications are acceptable.
  2. Prettify, then switch to Tree view for nested objects.
  3. Redact tokens, IDs, email addresses, and customer data before sharing.

Example and limit

Limit: a browser fetch contacts that remote host directly and may be blocked by CORS.

Open the JSON tool