oliverdavies.uk/source/_posts/17.md
Oliver Davies 2c517f1d39 Move zet notes to blog posts
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-10 18:36:36 +01:00

268 B

title date tags links note permalink
Format JSON file in vim 2024-08-27 20:21:17
Vim
Neovim
JSON
jq
https://vi.stackexchange.com/a/19950
true /notes/17-format-json-file-in-vim

Use :%!jq to format/beautify a JSON file within vim using jq.