JSONC
jsonc简洁
Wiki Notes
JSONC (JSON with Comments) is a subset of JSON5 used in Microsoft's Visual Studio Code:[64] JSONC(JSON with Comments)是微软Visual Studio Code中使用的JSON 5的一个子集:
supports single line comments (
//) and block comments (/* */) 支持单行注释(//)和块注释(/* */)accepts trailing commas, but they are discouraged and the editor will display a warning 接受尾随逗号,但不建议使用,编辑器将显示警告
最后更新于
这有帮助吗?