Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of importing files as .json5 #20833

Closed
pubmikeb opened this issue Oct 8, 2023 · 1 comment
Closed

Support of importing files as .json5 #20833

pubmikeb opened this issue Oct 8, 2023 · 1 comment

Comments

@pubmikeb
Copy link

pubmikeb commented Oct 8, 2023

JSON is a great (de-)serialization format for apps' configs and data.
However, it doesn't support comments. Luckly, there are two formats, which support comments in JSON: .jsonc and .json5.

As a modern application environment, it would be great to be able to use .jsonc and .json5 instead of classical .json in projects.

Following #20374, please add support importing files as .json5.

@lucacasonato
Copy link
Member

I'll fold this into #20374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants