We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this strange behaviour with comments :
{ "field": value" // This comment is not tolerated and marked as invalid }
{ "field": value", // This comment is tolerated, mind the comma. (same with multiline) }
I feel that both should be valid syntax, but it's not clear to me from the main json5 page as it says "Single and multi-line comments are allowed."
The text was updated successfully, but these errors were encountered:
Isn't your value in your example missing an opening quotation mark? eg: "value" vs value"?
"value"
value"
Sorry, something went wrong.
I have detected the same issue (and with all quotes in place 😄 ):
Would be nice if comments before a comma were also correctly recognized. The red color is somewhat distracting.
Any chance this will be resolved (pull req merged) any time soon?
Successfully merging a pull request may close this issue.
I have this strange behaviour with comments :
I feel that both should be valid syntax, but it's not clear to me from the main json5 page as it says "Single and multi-line comments are allowed."
The text was updated successfully, but these errors were encountered: