Format JSON in Vim

Very quick and easy solution to format API JSON response within the Vim.

:%!python -m json.tool