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

fix(ub): marshal escape b f as encoding/json #243

Merged
merged 2 commits into from Jun 10, 2022
Merged

fix(ub): marshal escape b f as encoding/json #243

merged 2 commits into from Jun 10, 2022

Conversation

liuq19
Copy link
Collaborator

@liuq19 liuq19 commented Jun 9, 2022

This fixed #242.

@liuq19 liuq19 changed the title fix(ub): marshal b f as encoding/json fix(ub): marshal \b \f as encoding/json Jun 9, 2022
@liuq19 liuq19 changed the title fix(ub): marshal \b \f as encoding/json fix(ub): marshal escape b f as encoding/json Jun 9, 2022
@AsterDY
Copy link
Collaborator

AsterDY commented Jun 10, 2022

resolve #243

@AsterDY AsterDY merged commit f8fb04a into main Jun 10, 2022
@AsterDY AsterDY deleted the fix/escape_b branch June 10, 2022 03:21
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.

Marshal control chars(0x00-0x1f) \b or \f is not as encoding/json
2 participants