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

add support for validating unicode during generation #25

Closed
brianmario opened this issue Apr 20, 2011 · 0 comments
Closed

add support for validating unicode during generation #25

brianmario opened this issue Apr 20, 2011 · 0 comments
Milestone

Comments

@brianmario
Copy link

Today the generator passes through whatever bytes are handed to it directly to the output buffer, allowing invalid JSON to be generated. I'd like to see us add support for validating the input before writing to the buffer, with a config option to enable it (defaulting to off for backward compat).

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

2 participants