The Format JSON operation parses the content of a file as JSON and converts it back into formatted JSON using the selected indentation value. The result is written back to the file, making valid JSON easier to read and inspect. Because the operation uses standard JSON parsing, the input must contain valid JSON that can be parsed successfully.