Large JSON on disk
Pretty-print a selected file without making editor loading the first step
The production workflow uses JSONBuddy’s built-in File Explorer for large inputs. Select the JSON file, open its context menu, choose the documented pretty-print operation, and review the generated file on disk. This keeps the file-based path distinct from interactive editing and from command-line automation.
The legacy source describes inputs with millions of lines, but this redesign does not publish a size or performance guarantee. Verify output naming, overwrite behavior, encoding, error handling, memory use, and practical input limits with representative release-candidate files.
Formatting is not validationA prettified document can still violate its JSON Schema, and a minified file can still contain the same data defect as its readable source. Run the required well-formedness and schema checks as a separate verification step.