Make a compact object readable
- Input
- {"user":{"id":7,"active":true},"roles":["editor","viewer"]}
- Result
- { "user": { "id": 7, "active": true }, "roles": [ "editor", "viewer" ] }
Indentation exposes the nested user object and the two array items without changing any value.