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

Better way of detecting bad unicode #8

Closed
Lenni009 opened this issue Apr 15, 2023 · 0 comments
Closed

Better way of detecting bad unicode #8

Lenni009 opened this issue Apr 15, 2023 · 0 comments

Comments

@Lenni009
Copy link
Member

Lenni009 commented Apr 15, 2023

Compare pre-parse with post-parse
Example:

var jsonString = $0.value
var json = JSON.parse(jsonString)
var text = JSON.stringify(json)
console.log(jsonString == text)  // false
Lenni009 added a commit that referenced this issue Apr 15, 2023
This reverts commit 28d9d96.
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

No branches or pull requests

1 participant