SyntaxFix
Write A Post
Hire A Developer
Questions
I am guessing that you want to prettify the JSON output. That could be achieved using python:
curl http://localhost:8880/test.json | python -mjson.tool > out.json