Tarlog on Java
My blog on Java and other technical issues.
Sunday, January 18, 2015
Pretty Format of JSON in vim
Open ~/.vimrc
Add the following line:
command Json :%!python -m json.tool
To format Json, type
:Json
Note: you need Python installed.
Inspired by
this post
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment