Check JSON configuration before sharing

Configuration files can look harmless while carrying credentials or environment-specific addresses. Validate structure and review exposure separately.

Checklist

  1. Validate first; a valid file is easier to review.
  2. Compare required keys and value types with the documented schema.
  3. Remove secrets and private endpoints; share a redacted copy, not the production file.

Example and limit

A formatter confirms JSON syntax, not whether a URL, permission, or secret is appropriate.

Open the JSON tool