The supplied read-only Help source documents this task. This task is corroborated by the production Article; confirm the current menu label, shortcut, selection behavior, save behavior, and formatting options before publishing exact instructions.
When to use JSON pretty-print
Use pretty-print when compact or inconsistent whitespace makes a JSON document hard to inspect or edit. The operation changes layout whitespace, not the JSON values or structure, but a separate copy remains prudent when exact original formatting has operational significance.
Pretty-print the current JSON document
- Open the JSON document and confirm it is valid enough for the intended formatter to process.
- Choose the current pretty-print command from the active Windows build.
- Review indentation, line breaks, and array layout before making content edits.
- Save or export deliberately, retaining the original document when required.
Review the formatted output
Readable indentation makes nested object boundaries, array entries, and code folding easier to inspect. It does not validate values or JSON Schema constraints. Run validation when the document participates in a contract, and compare a small known sample when whitespace-sensitive downstream tooling is involved.
Troubleshooting
Historical evidence names Ctrl+Shift+P and describes adaptive array formatting and selection history. Treat those details as release-sensitive rather than universal. If a document is very large, use the large-data formatting workflow instead of assuming the interactive formatter is the appropriate path.
