-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
jsonc comment support #972
Comments
Thanks for your suggestion. There are many JSON dialects. Adding support for them is not on the roadmap any time soon. See also #658 |
Hi |
I've no plans to spend time on that anytime soon myself. If anyone is interested in implementing it we can discuss the details to see if it is feasible (it's an open source project), but I expect it will be a lot of work. |
JSONC with """ multiline strings (a must!) |
Hi,
would it be possible to add jsonc support for allowing comments?
jsonc is used in some configuration files like Visual Studio Code.
Maybe also json5 would be an topic of interest.
A mode switch between standard json or extended json-features would be needed.
The text was updated successfully, but these errors were encountered: