Files
neovim/test/functional/lua
skewb1k a897cc17a5 feat(json): vim.json.encode() sort_keys #35574
Problem: There is no way to ensure a stable key order when encoding a JSON string,
which can be useful for comparisons and producing cleaner diffs.

Solution: Introduce a `sort_keys` option for `vim.json.encode()`,which
is disabled by default. When enabled, object keys are sorted in
alphabetical order.
2025-09-13 21:17:07 -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