Beautify / Prettify
The process of adding indentation and line breaks to a minified or messy JSON string to make it easily readable for humans.
Beautifying is the opposite of minification. It is essential during development and debugging to clearly see the structure of the JSON data you are working with.