Files
neovim/test/functional/lua
skewb1k 448f15ca39 feat(json): pretty-format (indent) with vim.json.encode() #35424
Problem:
There is no straightforward way to pretty-print objects as JSON.
The existing `vim.inspect` outputs LON.

Solution:
Introduce an `indent` option for `vim.json.encode()` which enables
human-readable output with configurable indentation.

Adapts PR to upstream: openresty/lua-cjson#114
2025-09-07 14:38:27 -07:00
..
2024-04-23 18:17:04 +02:00
2025-08-24 23:43:48 +00:00
2025-01-09 09:26:45 -08:00
2025-09-03 23:03:51 -04:00
2025-08-24 23:43:48 +00:00
2025-08-24 23:43:48 +00:00
2024-04-23 18:17:04 +02:00
2025-02-26 23:06:22 +01:00