This commit is contained in:
Justin M. Keyes
2026-03-28 09:59:54 -04:00
committed by GitHub
parent 7bf83cc2a6
commit 64d55b74d8
21 changed files with 152 additions and 198 deletions

View File

@@ -25,8 +25,8 @@ vim.json = {}
--- (default: `false`)
--- @field escape_slash? boolean
---
--- If non-empty, the returned JSON is formatted with newlines and whitespace, where `indent`
--- defines the whitespace at each nesting level.
--- If non-empty, each value in a JSON object or array starts on a new line and is prefixed with
--- `indent` per nesting level. Adds a space after colons. Does not add a final newline.
--- (default: `""`)
--- @field indent? string
---