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

Encoder escapes forward slashes #9

Closed
GoogleCodeExporter opened this issue Apr 3, 2016 · 2 comments
Closed

Encoder escapes forward slashes #9

GoogleCodeExporter opened this issue Apr 3, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Minor issue: JSON encoder adds a backslash before every "/" in the string.
While JSON spec *allows* to escape "/", it's not required, and escaping it
reduces readability of the encoded data, and unnecessarily increases the
size of the encoded string.

Could you consider not escaping the forward slash?

Original issue reported on code.google.com by igor.n.n...@gmail.com on 3 Nov 2009 at 12:24

@GoogleCodeExporter
Copy link
Author

This is a duplicate of #8. Don't know how I missed the original :(. I don't 
think I
can close it myself. Sorry about it. 

Original comment by igor.n.n...@gmail.com on 3 Nov 2009 at 12:28

@GoogleCodeExporter
Copy link
Author

Merging it to #8.

Thanks.

Original comment by fangyid...@gmail.com on 3 Nov 2009 at 12:33

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant