JSON Pretty Print
Turn dense JSON into clean, indented, readable text.
How to pretty print JSON
Paste JSON and press Format. Each object member and array item goes on its own line, indented to show nesting. Choose 2 spaces, 4 spaces or tabs to match your project's style.
Tick Sort keys to put object keys in alphabetical order at every level. This is handy when comparing two documents, because the same data then produces the same text. Array order is never changed.
Nothing is uploaded: the formatting happens on your device.