-
-
### Check for existing issues
- [X] Completed
### Language
JSON5
### Tree Sitter parser link
https://github.com/Joakker/tree-sitter-json5
### Language server link
_No response_
### Misc notes
…
-
### I have checked the following:
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the feature you want to add
[JSON5](https://json5.org/) is a popular …
-
Renovate want to downgrade `json5` to `json` and tries to remove comments from existing renovate config file. https://docs.renovatebot.com/configuration-options/#configmigration
We seeing a PR opened…
-
### 描述 / Description
oh-package.json5 中的name 应该是 "name": "@react-native-oh-tpl/react-native-document-picker"
如果按照文档中的方式引入 编辑器会报错
![image](https://github.com/user-attachments/assets/95a6e682-6…
-
Yojson now has JSON5 support: https://github.com/ocaml-community/yojson/pull/152. This would give support for comments and trailing commas.
The annoying thing about JSON5 is that Microsoft and VSCode…
-
### Feature
It would be nice if the project worked also with other more relaxed JSON syntax, like JSON5. What do you think?
### Alternative solutions or implementations
I see that jsonc-parser does…
-
superset of JSON, supports comments etc which is nicer for config documentation sometimes
-
> JSON5 is a proposed extension to JSON that brings ES5 enhancements to its syntax. It remains a strict subset of JavaScript, adds no new data types, and is a strict superset of existing JSON. - [json…
-
# What
Implement support to `.json5` for config files
# Why
JSON5 provides many advantages over JSON. For example:
- Cleaner syntax
- Comments
- QoL features like trailling commas