Skip to content
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

JSON: catch trailing commas #1426

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

RolandSchuetzenhofer
Copy link

The if statements will only trigger if } or ] directly follow a ,. JSON disallows trailing commas, so this should throw a syntax error.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commas

Thank you for submitting a pull request.

Please make sure you have read and followed our contribution guidelines (.github/contributing.md in this repository). Your pull request will not be accepted if you have not followed the instructions.

The if statements will only trigger if `}` or `]` directly follow a `,`.
JSON disallows trailing commas, so this should throw a syntax error.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant