Python json tool module

$ curl -s http://dev.domain.tld/service/status | python -m json.tool
{
    "status": "OK",
    "health": "alive"
}

Piping to this Python module will allow properly format the JSON output