2025-08-04 01:09:00 +01:00
|
|
|
---
|
|
|
|
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
|
2025-09-10 08:00:00 +01:00
|
|
|
note: true
|
|
|
|
permalink: /notes/17-format-json-file-in-vim
|
2025-08-04 01:09:00 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
Use `:%!jq` to format/beautify a JSON file within vim using `jq`.
|