zet.oliverdavies.uk/source/_zets/17.md

10 lines
212 B
Markdown

---
title: "Format JSON file in vim"
date: 2024-08-27 20:21:17
tags: [Vim, Neovim, JSON, jq]
links:
- https://vi.stackexchange.com/a/19950
---
Use `:%!jq` to format/beautify a JSON file within vim using `jq`.