Pretty format JSON in Vim
command! PrettyJSON %!python -m json.tool
or, coc.nvim + coc-prettier, which can format JavaScript/TypeScript/HTML/JSON using Prettier.
Was this page helpful?
command! PrettyJSON %!python -m json.tool
or, coc.nvim + coc-prettier, which can format JavaScript/TypeScript/HTML/JSON using Prettier.
Was this page helpful?