Home
Format JSON file in vim
August 27, 2024 20:21
Use
:%!jq
to format/beautify a JSON file within vim using
jq
.
Links
https://vi.stackexchange.com/a/19950
Tags
JSON
Neovim
Vim
jq