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

Make json.loads of Python >=3.6 decode bytes by itself #738

Merged
merged 1 commit into from
Jul 11, 2023

Commits on Jul 7, 2023

  1. Make json.loads of Python >=3.6 decode bytes by itself

    Quoting https://docs.python.org/3/library/json.html#json.loads :
    > Changed in version 3.6: s can now be of type bytes or bytearray.
    > The input encoding should be UTF-8, UTF-16 or UTF-32.
    hartwork committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    05f61ea View commit details
    Browse the repository at this point in the history