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

Use ORJSONResponse for serialization #422

Open
jpmckinney opened this issue Sep 27, 2024 · 0 comments
Open

Use ORJSONResponse for serialization #422

jpmckinney opened this issue Sep 27, 2024 · 0 comments

Comments

@jpmckinney
Copy link
Member

https://fastapi.tiangolo.com/advanced/custom-response/#use-orjsonresponse

Not a priority.

For parsing, FastAPI uses Pydantic and it should call model_validate_json (which parses the JSON in Rust), but currently it calls model_validate (which parses it in Python): fastapi/fastapi#11279

@jpmckinney jpmckinney changed the title Use ORJSONResponse Use ORJSONResponse for serialization Sep 27, 2024
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