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
Sometimes omit_default is not safe enough. For example you can have constant type field.
omit_default
It is better to have separate omit_default_empty option to omit only empty lists/dicts or Nones
omit_default_empty
The text was updated successfully, but these errors were encountered:
This issue is generalized by #289
Sorry, something went wrong.
No branches or pull requests
Sometimes
omit_default
is not safe enough. For example you can have constant type field.It is better to have separate
omit_default_empty
option to omit only empty lists/dicts or NonesThe text was updated successfully, but these errors were encountered: