What's the best way to get serialization to repres...
# serialization
b
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)?
figured it out. serializer.nullable