Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 208 Bytes

format_json.md

File metadata and controls

3 lines (3 loc) · 208 Bytes

Formatting JSON in Vim

Python has a built-in json.tool module which can format JSON. To invoke with vim, simply run :%!python -m json.tool.