Format json in vim

If you have jq installed then all you need to do, to pretty print json is.

:%!jq '.'

Bam pretty json in vim