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

Bump to v1.0.3, tweak stripJsonComments() #18

Merged
merged 1 commit into from Jan 1, 2024
Merged

Conversation

mbland
Copy link
Owner

@mbland mbland commented Jan 1, 2024

Previously the code always performed the comma check after checking for string openeings or the end of an array or object. This change prevents those other comparisons if we already know the current character is a comma.

Previously the code always performed the comma check after checking for
string openeings or the end of an array or object. This change prevents
those other comparisons if we already know the current character is a
comma.
@mbland mbland self-assigned this Jan 1, 2024
@mbland mbland merged commit 9d3677a into main Jan 1, 2024
3 checks passed
@mbland mbland deleted the 1.0.3-check-comma-first branch January 1, 2024 15:45
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.

None yet

1 participant