We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's probably worth allowing custom json serializers to be easily added.
The change should be pretty simple, see
python-react/react/render_server.py
Line 27 in 1bad117
Basically, RenderServer.render should accept a json_encoder kwarg, that defaults to the current one.
json_encoder
It's also probably worth explicitly exposing the default encoder as a RenderServerEncoder subclass, to make subclassing easier for downstream users.
RenderServerEncoder
The text was updated successfully, but these errors were encountered:
See also: #77
Sorry, something went wrong.
No branches or pull requests
It's probably worth allowing custom json serializers to be easily added.
The change should be pretty simple, see
python-react/react/render_server.py
Line 27 in 1bad117
Basically, RenderServer.render should accept a
json_encoder
kwarg, that defaults to the current one.It's also probably worth explicitly exposing the default encoder as a
RenderServerEncoder
subclass, to make subclassing easier for downstream users.The text was updated successfully, but these errors were encountered: