D13d3l.nl
SDiedel's personal blogging space

Follow me on: Twitter | GitHub | LinkedIn

Pretty Print Json In Vim

How to pretty print JSON in VIM

because why not?

Open your JSON file in VIM. Type the following command:

:%!python -m json.tool

Enjoy.