class documentation

class DjangoJSONEncoder(json.JSONEncoder):

View In Hierarchy

JSONEncoder subclass that knows how to encode date/time, decimal types, and UUIDs.
Method default Undocumented
def default(self, o):

Undocumented