Formula: Prettify: add indentation + newlines. Minify: remove whitespace.
JSON (JavaScript Object Notation) is a lightweight data format. Prettifying adds indentation and line breaks to make it human-readable. Minifying strips all unnecessary whitespace to reduce file size for network transfer. Both operations produce semantically identical data.