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

port Flask's JSONMixin implementation #1445

Merged
merged 1 commit into from
Jan 26, 2019
Merged

port Flask's JSONMixin implementation #1445

merged 1 commit into from
Jan 26, 2019

Conversation

davidism
Copy link
Member

@davidism davidism commented Jan 26, 2019

This replaces the very basic implementation that had been in Werkzeug with the well developed one from Flask. This is still moved out of werkzeug.contrib into werkzeug.wrappers.json.

closes #1443

@davidism davidism added this to the 0.15 milestone Jan 26, 2019
@davidism davidism merged commit ec2f24d into master Jan 26, 2019
@davidism davidism deleted the json-wrapper branch January 26, 2019 16:06
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
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 Flask's JSONMixin
1 participant