Minification removes characters that are not needed for a machine to read a file, such as whitespace and line breaks, to make it smaller.
Why it matters
Minified JSON is smaller to send over a network but harder for people to read. Formatting (beautifying) reverses the layout without changing the data.