You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
The current docs do not give an example of serialization support for JSON.
I attempted to use Marshmallow's dumps feature
But received an error. I am currently using
someInstanceOfMyModel._rawto get the data for JSON output.Feature Request
Add a expose a dumps method to get a dict.