You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: