Files
neovim/runtime/lua/vim/_meta
skewb1k 6b4ec2264e feat(stdlib): vim.json.decode() can allow comments #37795
Problem:
`vim.json.decode()` could not parse JSONC (JSON with Comments)
extension, which is commonly used in configuration files.

Solution:
Introduce an `skip_comments` option, which is disabled by default. When
enabled, allows JavaScript-style comments within JSON data.
2026-02-11 06:54:57 -05:00
..
2026-01-07 08:11:42 +08:00
2025-06-06 15:36:48 +01:00
2025-11-23 20:03:13 -05:00
2024-07-15 21:16:29 +01:00
2024-02-27 14:41:17 +00:00
2024-05-15 23:19:26 +02:00
2025-12-16 12:55:32 +08:00