Join Slack
Communities
Powered by
What's the best way to get serialization to repres...
# serialization
b
basher
05/01/2020, 7:51 PM
What's the best way to get serialization to represent null values as Json
null
, instead of having the key, value pair not present (in a dict)?
basher
05/01/2020, 9:28 PM
figured it out. serializer.nullable
2
Views
Open in Slack
Previous
Next