Python modules
HTTP server
Server a simple HTTP server.
python -m SimpleHTTPServer <port_number>
Format json
Format json output.
cat output.json|python -m json.tool
Server a simple HTTP server.
python -m SimpleHTTPServer <port_number>
Format json output.
cat output.json|python -m json.tool