ZainChen / vscode-json

Json for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ZainChen.json
MIT License
112 stars 39 forks source link

Can I add JSON5 version support? For example, files with. json5 suffix #38

Open qq1147050160 opened 1 year ago

qq1147050160 commented 1 year ago

Can I add JSON5 version support? For example, files with. json5 suffix

Data Example:

[{ id: 1, model: 'tony3DMax', name: 'Tony' sex: 1, // 0:woman,1:man desc: 'This is a text description' },]

PS: (“},]”) This is done on purpose, Because ES6 supports this syntax!