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
..
2025-09-13 01:18:18 +00:00
2025-09-11 06:55:43 +08:00
2025-09-13 01:18:18 +00:00
2025-09-13 21:17:07 -07:00
2025-09-13 01:18:18 +00:00
2025-09-13 01:18:18 +00:00
2025-09-03 21:27:24 +08:00
2025-09-13 21:17:07 -07:00
2025-09-13 13:23:36 +09:00
2025-09-13 13:15:48 +09:00
2025-07-12 18:57:52 +02:00
2024-10-15 20:50:21 +02:00
2022-03-13 04:52:45 +00:00
2025-09-13 01:18:18 +00:00
2025-08-18 10:46:56 -07:00
2025-05-02 09:28:50 +02:00
2023-08-13 13:25:10 +01:00
2025-05-02 09:28:50 +02:00
2025-07-23 20:03:30 -07:00
2024-12-06 20:57:21 +08:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-22 19:10:43 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-20 07:23:49 +08:00
2025-08-16 13:20:36 +08:00
2022-10-13 05:48:12 -07:00
2025-03-26 14:48:09 +01:00
2025-04-27 15:49:00 -07:00
2025-08-24 13:16:55 +08:00
2025-08-20 07:23:49 +08:00
2024-07-02 13:05:16 +02:00