JSON Prettify

← All Tools

Format JSON with indentation for readability. Configurable indent size (default 2 spaces).

Example

{"name":"Alice","age":30} → formatted with indentation

[1,2,3] → [\n 1,\n 2,\n 3\n]

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations

USED IN COOKBOOKS