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

Documentation inconsistency on decoded strings #81

Closed
JuhaS opened this issue Oct 31, 2013 · 0 comments
Closed

Documentation inconsistency on decoded strings #81

JuhaS opened this issue Oct 31, 2013 · 0 comments

Comments

@JuhaS
Copy link
Contributor

JuhaS commented Oct 31, 2013

Decoding strings with only ascii characters results in str objects. However there is a table that hints that json strings are decoded to unicode objects. That table should include str.

  • Link to the table.
  • Quote about the related optimization:

    If s is a str then decoded JSON strings that contain only ASCII characters may be parsed as str for performance and memory reasons.

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