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

remove simplejson and deprecate itsdangerous.json #152

Merged
merged 1 commit into from Apr 17, 2020

Conversation

davidism
Copy link
Member

Removes simplejson in favor of Python's built-in json module. Since itsdangerous.json would just be an alias for that module now, it's replaced with an proxy that raises a deprecation warning on use.

closes #146

@davidism davidism added this to the 2.0.0 milestone Apr 17, 2020
@davidism davidism merged commit 981ade6 into master Apr 17, 2020
@davidism davidism deleted the remove-simplejson branch April 17, 2020 17:15
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use json instead of simplejson
1 participant