FIELD NOTES
Why format JSON?
JSON is a text format for structured data used by APIs, configuration files and application storage. Whitespace does not change its meaning, but consistent indentation makes nested objects easier to inspect.
The formatter parses the full input before rendering it. A successful result is valid JSON; an error points to malformed syntax such as missing quotes, commas or braces.