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
- Copy the response into the editor; use a direct URL only when its privacy implications are acceptable.
- Prettify, then switch to Tree view for nested objects.
- 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.