Skip to content

Minification

Minification removes optional whitespace and formatting from a document so it transports in fewer bytes while parsing to the same value.

Minified JSON is ideal on the wire and hostile in a diff, so most teams minify at the boundary and keep repository fixtures formatted. Continue with What is JSON? for the longer explanation.

Related tools

Related articles