Jump to the navigation menu
Format JSON file in vim
August 27th, 2024
Use
:%!jq
to format/beautify a JSON file within vim using
jq
.